pub(crate) enum EfiDiagnosticsLogLevel {
Default,
Info,
Full,
}Variants§
Implementations§
Source§impl EfiDiagnosticsLogLevel
impl EfiDiagnosticsLogLevel
pub(crate) fn as_inspect_value(&self) -> &'static str
Trait Implementations§
Source§impl Clone for EfiDiagnosticsLogLevel
impl Clone for EfiDiagnosticsLogLevel
Source§fn clone(&self) -> EfiDiagnosticsLogLevel
fn clone(&self) -> EfiDiagnosticsLogLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ValueEnum for EfiDiagnosticsLogLevel
impl ValueEnum for EfiDiagnosticsLogLevel
Auto Trait Implementations§
impl Freeze for EfiDiagnosticsLogLevel
impl RefUnwindSafe for EfiDiagnosticsLogLevel
impl Send for EfiDiagnosticsLogLevel
impl Sync for EfiDiagnosticsLogLevel
impl Unpin for EfiDiagnosticsLogLevel
impl UnwindSafe for EfiDiagnosticsLogLevel
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