Struct gix_fs::FileSnapshot
source · pub struct FileSnapshot<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.
Implementations§
source§impl<T: Debug> FileSnapshot<T>
impl<T: Debug> FileSnapshot<T>
Lifecycle
Trait Implementations§
source§impl<T: Debug> Deref for FileSnapshot<T>
impl<T: Debug> Deref for FileSnapshot<T>
source§impl<T: Debug> DerefMut for FileSnapshot<T>
impl<T: Debug> DerefMut for FileSnapshot<T>
Auto Trait Implementations§
impl<T> Freeze for FileSnapshot<T>where
T: Freeze,
impl<T> RefUnwindSafe for FileSnapshot<T>where
T: RefUnwindSafe,
impl<T> Send for FileSnapshot<T>where
T: Send,
impl<T> Sync for FileSnapshot<T>where
T: Sync,
impl<T> Unpin for FileSnapshot<T>where
T: Unpin,
impl<T> UnwindSafe for FileSnapshot<T>where
T: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)