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