pub struct ModeName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for ModeName
impl Ord for ModeName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ModeName
impl PartialOrd for ModeName
impl Eq for ModeName
impl StructuralPartialEq for ModeName
Auto Trait Implementations§
impl Freeze for ModeName
impl RefUnwindSafe for ModeName
impl Send for ModeName
impl Sync for ModeName
impl Unpin for ModeName
impl UnsafeUnpin for ModeName
impl UnwindSafe for ModeName
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