pub enum DebugSeverity {
High,
Medium,
Low,
Notification,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugSeverity
impl RefUnwindSafe for DebugSeverity
impl Send for DebugSeverity
impl Sync for DebugSeverity
impl Unpin for DebugSeverity
impl UnwindSafe for DebugSeverity
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