pub struct ZipperAssetChainVariant {
pub zipped_asset_id: u32,
pub chain_id: u32,
pub is_native_asset: bool,
pub network_fee: String,
pub deposit_min_amount: String,
pub withdraw_min_amount: String,
pub source_token: ZipperTokenConfig,
pub z_token: ZipperTokenConfig,
}Fields§
§zipped_asset_id: u32§chain_id: u32§is_native_asset: bool§network_fee: String§deposit_min_amount: String§withdraw_min_amount: String§source_token: ZipperTokenConfig§z_token: ZipperTokenConfigTrait Implementations§
Source§impl Clone for ZipperAssetChainVariant
impl Clone for ZipperAssetChainVariant
Source§fn clone(&self) -> ZipperAssetChainVariant
fn clone(&self) -> ZipperAssetChainVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ZipperAssetChainVariant
impl Debug for ZipperAssetChainVariant
impl Eq for ZipperAssetChainVariant
Source§impl PartialEq for ZipperAssetChainVariant
impl PartialEq for ZipperAssetChainVariant
Source§impl Serialize for ZipperAssetChainVariant
impl Serialize for ZipperAssetChainVariant
impl StructuralPartialEq for ZipperAssetChainVariant
Auto Trait Implementations§
impl Freeze for ZipperAssetChainVariant
impl RefUnwindSafe for ZipperAssetChainVariant
impl Send for ZipperAssetChainVariant
impl Sync for ZipperAssetChainVariant
impl Unpin for ZipperAssetChainVariant
impl UnsafeUnpin for ZipperAssetChainVariant
impl UnwindSafe for ZipperAssetChainVariant
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.