Struct git_features::fs::Snapshot
source · pub struct Snapshot<T: Debug> { /* private fields */ }
Expand description
A structure holding enough information to reload a value if its on-disk representation changes as determined by its modified time.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Snapshot<T>where
T: RefUnwindSafe,
impl<T> Send for Snapshot<T>where
T: Send,
impl<T> Sync for Snapshot<T>where
T: Sync,
impl<T> Unpin for Snapshot<T>where
T: Unpin,
impl<T> UnwindSafe for Snapshot<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more