pub struct ErrorLevel;
Expand description
Default to VerbosityFilter::Error
Trait Implementations§
Source§impl Clone for ErrorLevel
impl Clone for ErrorLevel
Source§fn clone(&self) -> ErrorLevel
fn clone(&self) -> ErrorLevel
Returns a copy 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 Debug for ErrorLevel
impl Debug for ErrorLevel
Source§impl Default for ErrorLevel
impl Default for ErrorLevel
Source§fn default() -> ErrorLevel
fn default() -> ErrorLevel
Returns the “default value” for a type. Read more
Source§impl LogLevel for ErrorLevel
impl LogLevel for ErrorLevel
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 ErrorLevel
Auto Trait Implementations§
impl Freeze for ErrorLevel
impl RefUnwindSafe for ErrorLevel
impl Send for ErrorLevel
impl Sync for ErrorLevel
impl Unpin for ErrorLevel
impl UnwindSafe for ErrorLevel
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