pub enum BLSKey {
Show 15 variants
Title,
Version,
MachineId,
SortKey,
Linux,
Efi,
Initrd,
Options,
Devicetree,
DevicetreeOverlay,
Architecture,
GrubHotkey,
GrubUsers,
GrubClass,
GrubArg,
}
Variants§
Title
Version
MachineId
SortKey
Linux
Efi
Initrd
Options
Devicetree
DevicetreeOverlay
Architecture
GrubHotkey
GrubUsers
GrubClass
GrubArg
Trait Implementations§
impl StructuralPartialEq for BLSKey
Auto Trait Implementations§
impl Freeze for BLSKey
impl RefUnwindSafe for BLSKey
impl Send for BLSKey
impl Sync for BLSKey
impl Unpin for BLSKey
impl UnwindSafe for BLSKey
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