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