pub enum WarnKind {
Warn,
Debug,
}Expand description
The kind of a diagnostic delivered to a WarnHandler.
Variants§
Trait Implementations§
impl Copy for WarnKind
impl Eq for WarnKind
impl StructuralPartialEq for WarnKind
Auto Trait Implementations§
impl Freeze for WarnKind
impl RefUnwindSafe for WarnKind
impl Send for WarnKind
impl Sync for WarnKind
impl Unpin for WarnKind
impl UnsafeUnpin for WarnKind
impl UnwindSafe for WarnKind
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