pub struct Type1Entry<ObjectID: FsVerityHashValue> {
pub filename: Box<OsStr>,
pub entry: BootLoaderEntryFile,
pub files: HashMap<Box<str>, RegularFile<ObjectID>>,
}
Fields§
§filename: Box<OsStr>
This is the basename of the bootloader entry .conf file
entry: BootLoaderEntryFile
§files: HashMap<Box<str>, RegularFile<ObjectID>>
Implementations§
Source§impl<ObjectID: FsVerityHashValue> Type1Entry<ObjectID>
impl<ObjectID: FsVerityHashValue> Type1Entry<ObjectID>
Trait Implementations§
Auto Trait Implementations§
impl<ObjectID> Freeze for Type1Entry<ObjectID>
impl<ObjectID> RefUnwindSafe for Type1Entry<ObjectID>where
ObjectID: RefUnwindSafe,
impl<ObjectID> Send for Type1Entry<ObjectID>
impl<ObjectID> Sync for Type1Entry<ObjectID>
impl<ObjectID> Unpin for Type1Entry<ObjectID>
impl<ObjectID> UnwindSafe for Type1Entry<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