pub struct ZipperChainConfig {
pub chain_id: u32,
pub code: String,
pub name: String,
pub native_chain_id: String,
pub native_currency_symbol: String,
pub explorer_url: String,
pub icon: String,
pub required_confirmations: u32,
pub confirmation_time_seconds: u32,
pub is_case_sensitive: bool,
pub min_address_length: u32,
pub max_address_length: u32,
}Fields§
§chain_id: u32§code: String§name: String§native_chain_id: String§native_currency_symbol: String§explorer_url: String§icon: String§required_confirmations: u32§confirmation_time_seconds: u32§is_case_sensitive: bool§min_address_length: u32§max_address_length: u32Trait Implementations§
Source§impl Clone for ZipperChainConfig
impl Clone for ZipperChainConfig
Source§fn clone(&self) -> ZipperChainConfig
fn clone(&self) -> ZipperChainConfig
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 ZipperChainConfig
impl Debug for ZipperChainConfig
impl Eq for ZipperChainConfig
Source§impl PartialEq for ZipperChainConfig
impl PartialEq for ZipperChainConfig
Source§impl Serialize for ZipperChainConfig
impl Serialize for ZipperChainConfig
impl StructuralPartialEq for ZipperChainConfig
Auto Trait Implementations§
impl Freeze for ZipperChainConfig
impl RefUnwindSafe for ZipperChainConfig
impl Send for ZipperChainConfig
impl Sync for ZipperChainConfig
impl Unpin for ZipperChainConfig
impl UnsafeUnpin for ZipperChainConfig
impl UnwindSafe for ZipperChainConfig
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.