pub struct InfoLevel;
Expand description
Default to VerbosityFilter::Info
Trait Implementations§
Source§impl LogLevel for InfoLevel
impl LogLevel for InfoLevel
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 InfoLevel
Auto Trait Implementations§
impl Freeze for InfoLevel
impl RefUnwindSafe for InfoLevel
impl Send for InfoLevel
impl Sync for InfoLevel
impl Unpin for InfoLevel
impl UnwindSafe for InfoLevel
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