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