pub enum CLogLevel {
Trace,
Debug,
Info,
Warn,
Error,
}
Available on crate feature
log
only.Variants§
Auto Trait Implementations§
impl Freeze for CLogLevel
impl RefUnwindSafe for CLogLevel
impl Send for CLogLevel
impl Sync for CLogLevel
impl Unpin for CLogLevel
impl UnwindSafe for CLogLevel
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