#[non_exhaustive]pub struct NetworkFrameworkConfiguration { /* private fields */ }Expand description
Configuration properties relevant to the network for the blockchain framework that the network uses.
Implementations§
source§impl NetworkFrameworkConfiguration
impl NetworkFrameworkConfiguration
sourcepub fn fabric(&self) -> Option<&NetworkFabricConfiguration>
pub fn fabric(&self) -> Option<&NetworkFabricConfiguration>
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
source§impl NetworkFrameworkConfiguration
impl NetworkFrameworkConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkFrameworkConfiguration.
Trait Implementations§
source§impl Clone for NetworkFrameworkConfiguration
impl Clone for NetworkFrameworkConfiguration
source§fn clone(&self) -> NetworkFrameworkConfiguration
fn clone(&self) -> NetworkFrameworkConfiguration
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 moresource§impl PartialEq<NetworkFrameworkConfiguration> for NetworkFrameworkConfiguration
impl PartialEq<NetworkFrameworkConfiguration> for NetworkFrameworkConfiguration
source§fn eq(&self, other: &NetworkFrameworkConfiguration) -> bool
fn eq(&self, other: &NetworkFrameworkConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.