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