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