pub enum MeterKind {
Simple,
Compound,
Complex,
Additive,
Irregular,
Free,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MeterKind
impl Ord for MeterKind
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 MeterKind
impl PartialOrd for MeterKind
impl Copy for MeterKind
impl Eq for MeterKind
impl StructuralPartialEq for MeterKind
Auto Trait Implementations§
impl Freeze for MeterKind
impl RefUnwindSafe for MeterKind
impl Send for MeterKind
impl Sync for MeterKind
impl Unpin for MeterKind
impl UnsafeUnpin for MeterKind
impl UnwindSafe for MeterKind
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