Struct mpl_candy_machine::state::EndSettings
source · pub struct EndSettings {
pub end_setting_type: EndSettingType,
pub number: u64,
}Fields§
§end_setting_type: EndSettingType§number: u64Trait Implementations§
source§impl BorshDeserialize for EndSettingswhere
EndSettingType: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for EndSettingswhere
EndSettingType: BorshDeserialize,
u64: BorshDeserialize,
source§impl BorshSerialize for EndSettingswhere
EndSettingType: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for EndSettingswhere
EndSettingType: BorshSerialize,
u64: BorshSerialize,
source§impl Clone for EndSettings
impl Clone for EndSettings
source§fn clone(&self) -> EndSettings
fn clone(&self) -> EndSettings
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