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