#[non_exhaustive]pub struct MemberFabricLogPublishingConfiguration { /* private fields */ }
Expand description
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
Implementations§
source§impl MemberFabricLogPublishingConfiguration
impl MemberFabricLogPublishingConfiguration
sourcepub fn ca_logs(&self) -> Option<&LogConfigurations>
pub fn ca_logs(&self) -> Option<&LogConfigurations>
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
source§impl MemberFabricLogPublishingConfiguration
impl MemberFabricLogPublishingConfiguration
sourcepub fn builder() -> MemberFabricLogPublishingConfigurationBuilder
pub fn builder() -> MemberFabricLogPublishingConfigurationBuilder
Creates a new builder-style object to manufacture MemberFabricLogPublishingConfiguration
.
Trait Implementations§
source§impl Clone for MemberFabricLogPublishingConfiguration
impl Clone for MemberFabricLogPublishingConfiguration
source§fn clone(&self) -> MemberFabricLogPublishingConfiguration
fn clone(&self) -> MemberFabricLogPublishingConfiguration
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<MemberFabricLogPublishingConfiguration> for MemberFabricLogPublishingConfiguration
impl PartialEq<MemberFabricLogPublishingConfiguration> for MemberFabricLogPublishingConfiguration
source§fn eq(&self, other: &MemberFabricLogPublishingConfiguration) -> bool
fn eq(&self, other: &MemberFabricLogPublishingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MemberFabricLogPublishingConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for MemberFabricLogPublishingConfiguration
impl Send for MemberFabricLogPublishingConfiguration
impl Sync for MemberFabricLogPublishingConfiguration
impl Unpin for MemberFabricLogPublishingConfiguration
impl UnwindSafe for MemberFabricLogPublishingConfiguration
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