pub enum AdapterLoggingLevel {
Off,
On,
OnWithPrefix,
}
Expand description
What level of logging this adapter is using
Variants§
Off
No messages are logged
On
All messages are logged
OnWithPrefix
All messaged are logged and the adapter id prefixes the log message
Auto Trait Implementations§
impl Freeze for AdapterLoggingLevel
impl RefUnwindSafe for AdapterLoggingLevel
impl Send for AdapterLoggingLevel
impl Sync for AdapterLoggingLevel
impl Unpin for AdapterLoggingLevel
impl UnwindSafe for AdapterLoggingLevel
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