pub struct MemberFrameworkAttributes {
pub fabric: Option<MemberFabricAttributes>,
}
Expand description
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
Fields§
§fabric: Option<MemberFabricAttributes>
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
Trait Implementations§
Source§impl Clone for MemberFrameworkAttributes
impl Clone for MemberFrameworkAttributes
Source§fn clone(&self) -> MemberFrameworkAttributes
fn clone(&self) -> MemberFrameworkAttributes
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 Debug for MemberFrameworkAttributes
impl Debug for MemberFrameworkAttributes
Source§impl Default for MemberFrameworkAttributes
impl Default for MemberFrameworkAttributes
Source§fn default() -> MemberFrameworkAttributes
fn default() -> MemberFrameworkAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemberFrameworkAttributes
impl<'de> Deserialize<'de> for MemberFrameworkAttributes
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
impl StructuralPartialEq for MemberFrameworkAttributes
Auto Trait Implementations§
impl Freeze for MemberFrameworkAttributes
impl RefUnwindSafe for MemberFrameworkAttributes
impl Send for MemberFrameworkAttributes
impl Sync for MemberFrameworkAttributes
impl Unpin for MemberFrameworkAttributes
impl UnwindSafe for MemberFrameworkAttributes
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