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