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