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