Struct gix_index::extension::untracked_cache::OidStat
source · pub struct OidStat {
pub stat: Stat,
pub id: ObjectId,
}
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 Freeze for OidStat
impl RefUnwindSafe for OidStat
impl Send for OidStat
impl Sync for OidStat
impl Unpin for OidStat
impl UnwindSafe for OidStat
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)