Struct mpl_candy_machine::program::CandyMachine
source · pub struct CandyMachine;Expand description
Type representing the program.
Trait Implementations§
source§impl Clone for CandyMachine
impl Clone for CandyMachine
source§fn clone(&self) -> CandyMachine
fn clone(&self) -> CandyMachine
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