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