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