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