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