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