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