Struct git_repository::index::extension::untracked_cache::OidStat
source · Expand description
A structure to track filesystem stat information along with an object id, linking a worktree file with what’s in our ODB.
Fields
stat: Stat
The file system stat information
id: ObjectId
The id of the file in our ODB.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OidStat
impl Send for OidStat
impl Sync for OidStat
impl Unpin for OidStat
impl UnwindSafe for OidStat
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