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