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