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