Enum hpl_asset_assembler::state::TokenStandard
source · pub enum TokenStandard {
NonFungible,
ProgrammableNonFungible,
}
Variants§
Trait Implementations§
source§impl BorshDeserialize for TokenStandard
impl BorshDeserialize for TokenStandard
source§impl BorshSerialize for TokenStandard
impl BorshSerialize for TokenStandard
source§impl Clone for TokenStandard
impl Clone for TokenStandard
source§fn clone(&self) -> TokenStandard
fn clone(&self) -> TokenStandard
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 PartialEq<TokenStandard> for TokenStandard
impl PartialEq<TokenStandard> for TokenStandard
source§fn eq(&self, other: &TokenStandard) -> bool
fn eq(&self, other: &TokenStandard) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.