pub struct Web3ChainDeployment {
pub chain_id: String,
pub network_name: String,
pub role: Web3ChainRole,
pub settlement_token_symbol: String,
pub settlement_token_address: String,
pub root_registry_address: String,
pub escrow_address: String,
pub bond_vault_address: String,
pub identity_registry_address: String,
pub price_resolver_address: String,
pub operator_address: String,
}Fields§
§chain_id: String§network_name: String§role: Web3ChainRole§settlement_token_symbol: String§settlement_token_address: String§root_registry_address: String§escrow_address: String§bond_vault_address: String§identity_registry_address: String§price_resolver_address: String§operator_address: StringTrait Implementations§
Source§impl Clone for Web3ChainDeployment
impl Clone for Web3ChainDeployment
Source§fn clone(&self) -> Web3ChainDeployment
fn clone(&self) -> Web3ChainDeployment
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 Web3ChainDeployment
impl Debug for Web3ChainDeployment
Source§impl<'de> Deserialize<'de> for Web3ChainDeployment
impl<'de> Deserialize<'de> for Web3ChainDeployment
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Web3ChainDeployment, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Web3ChainDeployment, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for Web3ChainDeployment
impl Serialize for Web3ChainDeployment
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for Web3ChainDeployment
impl RefUnwindSafe for Web3ChainDeployment
impl Send for Web3ChainDeployment
impl Sync for Web3ChainDeployment
impl Unpin for Web3ChainDeployment
impl UnsafeUnpin for Web3ChainDeployment
impl UnwindSafe for Web3ChainDeployment
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