Struct libgit2_sys::git_time [−][src]
Fields
time: git_time_t
offset: c_int
sign: c_char
Trait Implementations
impl Clone for git_time
[src]
impl Copy for git_time
[src]
impl Eq for git_time
[src]
impl PartialEq<git_time> for git_time
[src]
impl StructuralEq for git_time
[src]
impl StructuralPartialEq for git_time
[src]
Auto Trait Implementations
impl RefUnwindSafe for git_time
impl Send for git_time
impl Sync for git_time
impl Unpin for git_time
impl UnwindSafe for git_time
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,