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