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