pub enum LogEventLevel {
Error,
Info,
Warning,
Debug,
Trace,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogEventLevel
impl RefUnwindSafe for LogEventLevel
impl Send for LogEventLevel
impl Sync for LogEventLevel
impl Unpin for LogEventLevel
impl UnsafeUnpin for LogEventLevel
impl UnwindSafe for LogEventLevel
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