Struct abstract_boot::OsmosisHost
source · pub struct OsmosisHost<Chain: BootEnvironment>(_);Implementations§
source§impl<Chain: BootEnvironment> OsmosisHost<Chain>
impl<Chain: BootEnvironment> OsmosisHost<Chain>
Trait Implementations§
source§impl<Chain: Clone + BootEnvironment> Clone for OsmosisHost<Chain>
impl<Chain: Clone + BootEnvironment> Clone for OsmosisHost<Chain>
source§fn clone(&self) -> OsmosisHost<Chain>
fn clone(&self) -> OsmosisHost<Chain>
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