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