#[repr(C)]pub enum QlogLevel {
Core,
Base,
Extra,
}
Available on crate feature
qlog
only.Expand description
Qlog logging level.
Variants§
Core
Logs any events of Core importance.
Base
Logs any events of Core and Base importance.
Extra
Logs any events of Core, Base and Extra importance
Auto Trait Implementations§
impl RefUnwindSafe for QlogLevel
impl Send for QlogLevel
impl Sync for QlogLevel
impl Unpin for QlogLevel
impl UnwindSafe for QlogLevel
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