#[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 ==
.impl StructuralPartialEq for MemberLogPublishingConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for MemberLogPublishingConfiguration
impl Send for MemberLogPublishingConfiguration
impl Sync for MemberLogPublishingConfiguration
impl Unpin for MemberLogPublishingConfiguration
impl UnwindSafe for MemberLogPublishingConfiguration
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