#[non_exhaustive]pub struct NodeLogPublishingConfiguration { /* private fields */ }
Expand description
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
Implementations§
source§impl NodeLogPublishingConfiguration
impl NodeLogPublishingConfiguration
sourcepub fn fabric(&self) -> Option<&NodeFabricLogPublishingConfiguration>
pub fn fabric(&self) -> Option<&NodeFabricLogPublishingConfiguration>
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.
source§impl NodeLogPublishingConfiguration
impl NodeLogPublishingConfiguration
sourcepub fn builder() -> NodeLogPublishingConfigurationBuilder
pub fn builder() -> NodeLogPublishingConfigurationBuilder
Creates a new builder-style object to manufacture NodeLogPublishingConfiguration
.
Trait Implementations§
source§impl Clone for NodeLogPublishingConfiguration
impl Clone for NodeLogPublishingConfiguration
source§fn clone(&self) -> NodeLogPublishingConfiguration
fn clone(&self) -> NodeLogPublishingConfiguration
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<NodeLogPublishingConfiguration> for NodeLogPublishingConfiguration
impl PartialEq<NodeLogPublishingConfiguration> for NodeLogPublishingConfiguration
source§fn eq(&self, other: &NodeLogPublishingConfiguration) -> bool
fn eq(&self, other: &NodeLogPublishingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NodeLogPublishingConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for NodeLogPublishingConfiguration
impl Send for NodeLogPublishingConfiguration
impl Sync for NodeLogPublishingConfiguration
impl Unpin for NodeLogPublishingConfiguration
impl UnwindSafe for NodeLogPublishingConfiguration
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