#[repr(u8)]pub enum MintclrTxnotfull {
NONE = 0,
CLEAR = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MintclrTxnotfull
impl Clone for MintclrTxnotfull
Source§fn clone(&self) -> MintclrTxnotfull
fn clone(&self) -> MintclrTxnotfull
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MintclrTxnotfull
impl Debug for MintclrTxnotfull
Source§impl From<MintclrTxnotfull> for u8
impl From<MintclrTxnotfull> for u8
Source§fn from(val: MintclrTxnotfull) -> u8
fn from(val: MintclrTxnotfull) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MintclrTxnotfull
impl From<u8> for MintclrTxnotfull
Source§fn from(val: u8) -> MintclrTxnotfull
fn from(val: u8) -> MintclrTxnotfull
Converts to this type from the input type.
Source§impl Ord for MintclrTxnotfull
impl Ord for MintclrTxnotfull
Source§fn cmp(&self, other: &MintclrTxnotfull) -> Ordering
fn cmp(&self, other: &MintclrTxnotfull) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MintclrTxnotfull
impl PartialEq for MintclrTxnotfull
Source§impl PartialOrd for MintclrTxnotfull
impl PartialOrd for MintclrTxnotfull
impl Copy for MintclrTxnotfull
impl Eq for MintclrTxnotfull
impl StructuralPartialEq for MintclrTxnotfull
Auto Trait Implementations§
impl Freeze for MintclrTxnotfull
impl RefUnwindSafe for MintclrTxnotfull
impl Send for MintclrTxnotfull
impl Sync for MintclrTxnotfull
impl Unpin for MintclrTxnotfull
impl UnwindSafe for MintclrTxnotfull
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