pub struct GitTimestamp {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitTimestamp
impl RefUnwindSafe for GitTimestamp
impl Send for GitTimestamp
impl Sync for GitTimestamp
impl Unpin for GitTimestamp
impl UnwindSafe for GitTimestamp
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