pub struct IndexTime { /* private fields */ }
Expand description
Time structure used in a git index entry.
Implementations§
Trait Implementations§
source§impl Ord for IndexTime
impl Ord for IndexTime
source§impl PartialEq for IndexTime
impl PartialEq for IndexTime
source§impl PartialOrd for IndexTime
impl PartialOrd for IndexTime
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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 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