pub struct MemberLogPublishingConfiguration {
pub fabric: Option<MemberFabricLogPublishingConfiguration>,
}
Expand description
Configuration properties for logging events associated with a member of a Managed Blockchain network.
Fields§
§fabric: Option<MemberFabricLogPublishingConfiguration>
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
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 Default for MemberLogPublishingConfiguration
impl Default for MemberLogPublishingConfiguration
Source§fn default() -> MemberLogPublishingConfiguration
fn default() -> MemberLogPublishingConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemberLogPublishingConfiguration
impl<'de> Deserialize<'de> for MemberLogPublishingConfiguration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MemberLogPublishingConfiguration
impl PartialEq for MemberLogPublishingConfiguration
Source§fn eq(&self, other: &MemberLogPublishingConfiguration) -> bool
fn eq(&self, other: &MemberLogPublishingConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MemberLogPublishingConfiguration
Auto Trait Implementations§
impl Freeze for MemberLogPublishingConfiguration
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