pub enum QuietLevel {
None,
Quiet,
Quieter,
Quietest,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for QuietLevel
impl Debug for QuietLevel
Source§impl PartialEq for QuietLevel
impl PartialEq for QuietLevel
Source§fn eq(&self, other: &QuietLevel) -> bool
fn eq(&self, other: &QuietLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for QuietLevel
impl StructuralPartialEq for QuietLevel
Auto Trait Implementations§
impl Freeze for QuietLevel
impl RefUnwindSafe for QuietLevel
impl Send for QuietLevel
impl Sync for QuietLevel
impl Unpin for QuietLevel
impl UnsafeUnpin for QuietLevel
impl UnwindSafe for QuietLevel
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