#[repr(u8)]pub enum NonfungibleConditionCode {
Sent = 16,
NotSent = 17,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for NonfungibleConditionCode
impl Clone for NonfungibleConditionCode
source§fn clone(&self) -> NonfungibleConditionCode
fn clone(&self) -> NonfungibleConditionCode
Returns a copy 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 NonfungibleConditionCode
impl Debug for NonfungibleConditionCode
source§impl<'de> Deserialize<'de> for NonfungibleConditionCode
impl<'de> Deserialize<'de> for NonfungibleConditionCode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for NonfungibleConditionCode
impl PartialEq for NonfungibleConditionCode
source§fn eq(&self, other: &NonfungibleConditionCode) -> bool
fn eq(&self, other: &NonfungibleConditionCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NonfungibleConditionCode
impl Serialize for NonfungibleConditionCode
impl Copy for NonfungibleConditionCode
impl StructuralPartialEq for NonfungibleConditionCode
Auto Trait Implementations§
impl RefUnwindSafe for NonfungibleConditionCode
impl Send for NonfungibleConditionCode
impl Sync for NonfungibleConditionCode
impl Unpin for NonfungibleConditionCode
impl UnwindSafe for NonfungibleConditionCode
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