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