#[non_exhaustive]pub struct NetworkFabricAttributes { /* private fields */ }
Expand description
Attributes of Hyperledger Fabric for a network.
Implementations§
source§impl NetworkFabricAttributes
impl NetworkFabricAttributes
sourcepub fn ordering_service_endpoint(&self) -> Option<&str>
pub fn ordering_service_endpoint(&self) -> Option<&str>
The endpoint of the ordering service for the network.
sourcepub fn edition(&self) -> Option<&Edition>
pub fn edition(&self) -> Option<&Edition>
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
source§impl NetworkFabricAttributes
impl NetworkFabricAttributes
sourcepub fn builder() -> NetworkFabricAttributesBuilder
pub fn builder() -> NetworkFabricAttributesBuilder
Creates a new builder-style object to manufacture NetworkFabricAttributes
.
Trait Implementations§
source§impl Clone for NetworkFabricAttributes
impl Clone for NetworkFabricAttributes
source§fn clone(&self) -> NetworkFabricAttributes
fn clone(&self) -> NetworkFabricAttributes
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 NetworkFabricAttributes
impl Debug for NetworkFabricAttributes
source§impl PartialEq<NetworkFabricAttributes> for NetworkFabricAttributes
impl PartialEq<NetworkFabricAttributes> for NetworkFabricAttributes
source§fn eq(&self, other: &NetworkFabricAttributes) -> bool
fn eq(&self, other: &NetworkFabricAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.