pub struct IndexWorktreeValidatedEntry {
pub mode: u32,
pub oid: ObjectId,
}Fields§
§mode: u32§oid: ObjectIdAuto Trait Implementations§
impl Freeze for IndexWorktreeValidatedEntry
impl RefUnwindSafe for IndexWorktreeValidatedEntry
impl Send for IndexWorktreeValidatedEntry
impl Sync for IndexWorktreeValidatedEntry
impl Unpin for IndexWorktreeValidatedEntry
impl UnsafeUnpin for IndexWorktreeValidatedEntry
impl UnwindSafe for IndexWorktreeValidatedEntry
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