pub enum BootEntry<ObjectID: FsVerityHashValue> {
Type1(Type1Entry<ObjectID>),
Type2(Type2Entry<ObjectID>),
UsrLibModulesUki(UsrLibModulesUki<ObjectID>),
UsrLibModulesVmLinuz(UsrLibModulesVmlinuz<ObjectID>),
}
Variants§
Type1(Type1Entry<ObjectID>)
Type2(Type2Entry<ObjectID>)
UsrLibModulesUki(UsrLibModulesUki<ObjectID>)
UsrLibModulesVmLinuz(UsrLibModulesVmlinuz<ObjectID>)
Trait Implementations§
Auto Trait Implementations§
impl<ObjectID> Freeze for BootEntry<ObjectID>where
ObjectID: Freeze,
impl<ObjectID> RefUnwindSafe for BootEntry<ObjectID>where
ObjectID: RefUnwindSafe,
impl<ObjectID> Send for BootEntry<ObjectID>
impl<ObjectID> Sync for BootEntry<ObjectID>
impl<ObjectID> Unpin for BootEntry<ObjectID>
impl<ObjectID> UnwindSafe for BootEntry<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