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