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