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