pub enum LoggingPrefsLogLevel {
Off,
Severe,
Warning,
Info,
Config,
Fine,
Finer,
Finest,
All,
}
Variants§
Trait Implementations§
Source§impl Debug for LoggingPrefsLogLevel
impl Debug for LoggingPrefsLogLevel
Auto Trait Implementations§
impl Freeze for LoggingPrefsLogLevel
impl RefUnwindSafe for LoggingPrefsLogLevel
impl Send for LoggingPrefsLogLevel
impl Sync for LoggingPrefsLogLevel
impl Unpin for LoggingPrefsLogLevel
impl UnwindSafe for LoggingPrefsLogLevel
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