pub struct NetworkFabricAttributes {
pub edition: Option<String>,
pub ordering_service_endpoint: Option<String>,
}
Expand description
Attributes of Hyperledger Fabric for a network.
Fields§
§edition: Option<String>
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
ordering_service_endpoint: Option<String>
The endpoint of the ordering service for the network.
Trait Implementations§
Source§impl Clone for NetworkFabricAttributes
impl Clone for NetworkFabricAttributes
Source§fn clone(&self) -> NetworkFabricAttributes
fn clone(&self) -> NetworkFabricAttributes
Returns a duplicate 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 NetworkFabricAttributes
impl Debug for NetworkFabricAttributes
Source§impl Default for NetworkFabricAttributes
impl Default for NetworkFabricAttributes
Source§fn default() -> NetworkFabricAttributes
fn default() -> NetworkFabricAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkFabricAttributes
impl<'de> Deserialize<'de> for NetworkFabricAttributes
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 NetworkFabricAttributes
impl PartialEq for NetworkFabricAttributes
impl StructuralPartialEq for NetworkFabricAttributes
Auto Trait Implementations§
impl Freeze for NetworkFabricAttributes
impl RefUnwindSafe for NetworkFabricAttributes
impl Send for NetworkFabricAttributes
impl Sync for NetworkFabricAttributes
impl Unpin for NetworkFabricAttributes
impl UnwindSafe for NetworkFabricAttributes
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