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