pub enum DebugLogLevel {
Verbose,
Debug,
Info,
Warn,
Error,
}Expand description
Debug log level
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DebugLogLevel
impl Clone for DebugLogLevel
Source§fn clone(&self) -> DebugLogLevel
fn clone(&self) -> DebugLogLevel
Returns a duplicate 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 DebugLogLevel
impl Debug for DebugLogLevel
Source§impl Hash for DebugLogLevel
impl Hash for DebugLogLevel
Source§impl Ord for DebugLogLevel
impl Ord for DebugLogLevel
Source§fn cmp(&self, other: &DebugLogLevel) -> Ordering
fn cmp(&self, other: &DebugLogLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DebugLogLevel
impl PartialEq for DebugLogLevel
Source§impl PartialOrd for DebugLogLevel
impl PartialOrd for DebugLogLevel
impl Copy for DebugLogLevel
impl Eq for DebugLogLevel
impl StructuralPartialEq for DebugLogLevel
Auto Trait Implementations§
impl Freeze for DebugLogLevel
impl RefUnwindSafe for DebugLogLevel
impl Send for DebugLogLevel
impl Sync for DebugLogLevel
impl Unpin for DebugLogLevel
impl UnsafeUnpin for DebugLogLevel
impl UnwindSafe for DebugLogLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.