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