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