Enum Silm
#[repr(u8)]pub enum Silm {
Normal = 0,
Silent = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Silm
impl Eq for Silm
§impl Ord for Silm
impl Ord for Silm
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
§impl PartialOrd for Silm
impl PartialOrd for Silm
impl StructuralPartialEq for Silm
Auto Trait Implementations§
impl Freeze for Silm
impl RefUnwindSafe for Silm
impl Send for Silm
impl Sync for Silm
impl Unpin for Silm
impl UnsafeUnpin for Silm
impl UnwindSafe for Silm
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