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