pub enum ExceptionLevel {
Error,
Fatal,
Warn,
Debug,
Info,
Trace,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ExceptionLevel
impl Clone for ExceptionLevel
Source§fn clone(&self) -> ExceptionLevel
fn clone(&self) -> ExceptionLevel
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 ExceptionLevel
impl Debug for ExceptionLevel
Source§impl Default for ExceptionLevel
impl Default for ExceptionLevel
Source§impl PartialEq for ExceptionLevel
impl PartialEq for ExceptionLevel
impl StructuralPartialEq for ExceptionLevel
Auto Trait Implementations§
impl Freeze for ExceptionLevel
impl RefUnwindSafe for ExceptionLevel
impl Send for ExceptionLevel
impl Sync for ExceptionLevel
impl Unpin for ExceptionLevel
impl UnwindSafe for ExceptionLevel
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