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