pub struct IndexTime { /* private fields */ }Expand description
Time structure used in a git index entry.
Implementations§
Trait Implementations§
Source§impl Binding for IndexTime
impl Binding for IndexTime
Source§type Raw = git_index_time
type Raw = git_index_time
The raw type that allows you to interact with libgit2-sys.
Source§unsafe fn from_raw(raw: git_index_time) -> IndexTime
unsafe fn from_raw(raw: git_index_time) -> IndexTime
Build a git2 struct from its Binding::Raw value.
Source§fn raw(&self) -> git_index_time
fn raw(&self) -> git_index_time
Access the Binding::Raw value for a struct. Read more
Source§unsafe fn from_raw_opt<T>(raw: T) -> Option<Self>
unsafe fn from_raw_opt<T>(raw: T) -> Option<Self>
A null-handling version of Binding::from_raw. Read more
Source§impl Ord for IndexTime
impl Ord for IndexTime
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IndexTime
impl PartialOrd for IndexTime
impl Copy for IndexTime
impl Eq for IndexTime
impl StructuralPartialEq for IndexTime
Auto Trait Implementations§
impl Freeze for IndexTime
impl RefUnwindSafe for IndexTime
impl Send for IndexTime
impl Sync for IndexTime
impl Unpin for IndexTime
impl UnsafeUnpin for IndexTime
impl UnwindSafe for IndexTime
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more