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