Enum ex3_node_types::asset::DfinityTokenType
source · pub enum DfinityTokenType {
ICP,
Cycles,
DFT,
ICRC1,
}Expand description
Dfinity token type
Variants§
Trait Implementations§
source§impl CandidType for DfinityTokenType
impl CandidType for DfinityTokenType
source§impl Clone for DfinityTokenType
impl Clone for DfinityTokenType
source§fn clone(&self) -> DfinityTokenType
fn clone(&self) -> DfinityTokenType
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 DfinityTokenType
impl Debug for DfinityTokenType
source§impl<'de> Deserialize<'de> for DfinityTokenType
impl<'de> Deserialize<'de> for DfinityTokenType
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 Hash for DfinityTokenType
impl Hash for DfinityTokenType
source§impl PartialEq<DfinityTokenType> for DfinityTokenType
impl PartialEq<DfinityTokenType> for DfinityTokenType
source§fn eq(&self, other: &DfinityTokenType) -> bool
fn eq(&self, other: &DfinityTokenType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.