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