#[non_exhaustive]pub struct NodeFabricAttributes { /* private fields */ }
Expand description
Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.
Implementations§
source§impl NodeFabricAttributes
impl NodeFabricAttributes
sourcepub fn peer_endpoint(&self) -> Option<&str>
pub fn peer_endpoint(&self) -> Option<&str>
The endpoint that identifies the peer node for all services except peer channel-based event services.
sourcepub fn peer_event_endpoint(&self) -> Option<&str>
pub fn peer_event_endpoint(&self) -> Option<&str>
The endpoint that identifies the peer node for peer channel-based event services.
source§impl NodeFabricAttributes
impl NodeFabricAttributes
sourcepub fn builder() -> NodeFabricAttributesBuilder
pub fn builder() -> NodeFabricAttributesBuilder
Creates a new builder-style object to manufacture NodeFabricAttributes
.
Trait Implementations§
source§impl Clone for NodeFabricAttributes
impl Clone for NodeFabricAttributes
source§fn clone(&self) -> NodeFabricAttributes
fn clone(&self) -> NodeFabricAttributes
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 NodeFabricAttributes
impl Debug for NodeFabricAttributes
source§impl PartialEq<NodeFabricAttributes> for NodeFabricAttributes
impl PartialEq<NodeFabricAttributes> for NodeFabricAttributes
source§fn eq(&self, other: &NodeFabricAttributes) -> bool
fn eq(&self, other: &NodeFabricAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NodeFabricAttributes
Auto Trait Implementations§
impl RefUnwindSafe for NodeFabricAttributes
impl Send for NodeFabricAttributes
impl Sync for NodeFabricAttributes
impl Unpin for NodeFabricAttributes
impl UnwindSafe for NodeFabricAttributes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more