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 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 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