pub enum PrintLogLevel {
INFO,
ERROR,
DEBUG,
}Variants§
Auto Trait Implementations§
impl Freeze for PrintLogLevel
impl RefUnwindSafe for PrintLogLevel
impl Send for PrintLogLevel
impl Sync for PrintLogLevel
impl Unpin for PrintLogLevel
impl UnsafeUnpin for PrintLogLevel
impl UnwindSafe for PrintLogLevel
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