pub struct DepositWithdrawConfig {
pub chains: Vec<ZipperChainConfig>,
pub assets: Vec<ZipperAssetConfig>,
pub contracts: Vec<ZipperChainContractConfig>,
pub polyester_chain_id: u32,
pub ts_ms: i64,
}Fields§
§chains: Vec<ZipperChainConfig>§assets: Vec<ZipperAssetConfig>§contracts: Vec<ZipperChainContractConfig>§polyester_chain_id: u32§ts_ms: i64Trait Implementations§
Source§impl Clone for DepositWithdrawConfig
impl Clone for DepositWithdrawConfig
Source§fn clone(&self) -> DepositWithdrawConfig
fn clone(&self) -> DepositWithdrawConfig
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 DepositWithdrawConfig
impl Debug for DepositWithdrawConfig
impl Eq for DepositWithdrawConfig
Source§impl PartialEq for DepositWithdrawConfig
impl PartialEq for DepositWithdrawConfig
Source§impl Serialize for DepositWithdrawConfig
impl Serialize for DepositWithdrawConfig
impl StructuralPartialEq for DepositWithdrawConfig
Auto Trait Implementations§
impl Freeze for DepositWithdrawConfig
impl RefUnwindSafe for DepositWithdrawConfig
impl Send for DepositWithdrawConfig
impl Sync for DepositWithdrawConfig
impl Unpin for DepositWithdrawConfig
impl UnsafeUnpin for DepositWithdrawConfig
impl UnwindSafe for DepositWithdrawConfig
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.