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