pub struct DepositChainAddress {
pub chain_type: String,
pub address_deposit: String,
pub tag_deposit: String,
pub chain: String,
}Expand description
Deposit chain address.
Fields§
§chain_type: StringChain type
address_deposit: StringAddress deposit
tag_deposit: StringTag deposit
chain: StringChain
Trait Implementations§
Source§impl Clone for DepositChainAddress
impl Clone for DepositChainAddress
Source§fn clone(&self) -> DepositChainAddress
fn clone(&self) -> DepositChainAddress
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 DepositChainAddress
impl Debug for DepositChainAddress
Source§impl<'de> Deserialize<'de> for DepositChainAddress
impl<'de> Deserialize<'de> for DepositChainAddress
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
Auto Trait Implementations§
impl Freeze for DepositChainAddress
impl RefUnwindSafe for DepositChainAddress
impl Send for DepositChainAddress
impl Sync for DepositChainAddress
impl Unpin for DepositChainAddress
impl UnsafeUnpin for DepositChainAddress
impl UnwindSafe for DepositChainAddress
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