enum InodeContent<'a, ObjectID: FsVerityHashValue> {
Directory(Directory<'a>),
Leaf(Leaf<'a, ObjectID>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a, ObjectID> Freeze for InodeContent<'a, ObjectID>
impl<'a, ObjectID> RefUnwindSafe for InodeContent<'a, ObjectID>where
ObjectID: RefUnwindSafe,
impl<'a, ObjectID> Send for InodeContent<'a, ObjectID>
impl<'a, ObjectID> Sync for InodeContent<'a, ObjectID>
impl<'a, ObjectID> Unpin for InodeContent<'a, ObjectID>
impl<'a, ObjectID> UnwindSafe for InodeContent<'a, ObjectID>where
ObjectID: RefUnwindSafe,
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