Enum mpl_candy_machine::state::EndSettingType
source · pub enum EndSettingType {
Date,
Amount,
}Variants§
Trait Implementations§
source§impl BorshDeserialize for EndSettingType
impl BorshDeserialize for EndSettingType
source§impl BorshSerialize for EndSettingType
impl BorshSerialize for EndSettingType
source§impl Clone for EndSettingType
impl Clone for EndSettingType
source§fn clone(&self) -> EndSettingType
fn clone(&self) -> EndSettingType
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 more