pub struct WarnLevel;
Expand description
Default to VerbosityFilter::Warn
Trait Implementations§
Source§impl LogLevel for WarnLevel
impl LogLevel for WarnLevel
Source§fn default_filter() -> VerbosityFilter
fn default_filter() -> VerbosityFilter
Baseline level before applying
--verbose
and --quiet
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 WarnLevel
Auto Trait Implementations§
impl Freeze for WarnLevel
impl RefUnwindSafe for WarnLevel
impl Send for WarnLevel
impl Sync for WarnLevel
impl Unpin for WarnLevel
impl UnwindSafe for WarnLevel
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