pub enum ModeRequest {
Auto,
Windows,
WindowsNtXp,
Windows2000,
IsolinuxLinux,
Hybrid,
UefiOnly,
}Expand description
What the user asked for at the CLI. Auto triggers ISO inspection to
pick the actual BootMode.
Variants§
Trait Implementations§
Source§impl Clone for ModeRequest
impl Clone for ModeRequest
Source§fn clone(&self) -> ModeRequest
fn clone(&self) -> ModeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModeRequest
impl Debug for ModeRequest
Source§impl PartialEq for ModeRequest
impl PartialEq for ModeRequest
Source§fn eq(&self, other: &ModeRequest) -> bool
fn eq(&self, other: &ModeRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModeRequest
impl Eq for ModeRequest
impl StructuralPartialEq for ModeRequest
Auto Trait Implementations§
impl Freeze for ModeRequest
impl RefUnwindSafe for ModeRequest
impl Send for ModeRequest
impl Sync for ModeRequest
impl Unpin for ModeRequest
impl UnsafeUnpin for ModeRequest
impl UnwindSafe for ModeRequest
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