pub struct Type2Entry<ObjectID: FsVerityHashValue> {
pub filename: Box<OsStr>,
pub file: RegularFile<ObjectID>,
}
Fields§
§filename: Box<OsStr>
§file: RegularFile<ObjectID>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<ObjectID> Freeze for Type2Entry<ObjectID>where
ObjectID: Freeze,
impl<ObjectID> RefUnwindSafe for Type2Entry<ObjectID>where
ObjectID: RefUnwindSafe,
impl<ObjectID> Send for Type2Entry<ObjectID>
impl<ObjectID> Sync for Type2Entry<ObjectID>
impl<ObjectID> Unpin for Type2Entry<ObjectID>
impl<ObjectID> UnwindSafe for Type2Entry<ObjectID>where
ObjectID: 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