pub enum DispLevel {
Operator,
Expert,
}
Expand description
Device “display level” constants.
Variants§
Trait Implementations§
impl Copy for DispLevel
impl Eq for DispLevel
impl StructuralPartialEq for DispLevel
Auto Trait Implementations§
impl Freeze for DispLevel
impl RefUnwindSafe for DispLevel
impl Send for DispLevel
impl Sync for DispLevel
impl Unpin for DispLevel
impl UnwindSafe for DispLevel
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