pub struct OffLevel;
Expand description
Default to no logging (i.e. None
or log::LevelFilter::Off
)
Trait Implementations§
Source§impl LogLevel for OffLevel
impl LogLevel for OffLevel
Source§fn verbose_help() -> Option<&'static str>
fn verbose_help() -> Option<&'static str>
Short-help message for
--verbose
Source§fn verbose_long_help() -> Option<&'static str>
fn verbose_long_help() -> Option<&'static str>
Long-help message for
--verbose
Source§fn quiet_help() -> Option<&'static str>
fn quiet_help() -> Option<&'static str>
Short-help message for
--quiet
Source§fn quiet_long_help() -> Option<&'static str>
fn quiet_long_help() -> Option<&'static str>
Long-help message for
--quiet
impl Copy for OffLevel
Auto Trait Implementations§
impl Freeze for OffLevel
impl RefUnwindSafe for OffLevel
impl Send for OffLevel
impl Sync for OffLevel
impl Unpin for OffLevel
impl UnwindSafe for OffLevel
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