pub struct WalletNetworkConfig {
pub chain_id: u64,
pub usdc_contract: Address,
}Expand description
Wallet network configuration for different blockchains
Fields§
§chain_id: u64§usdc_contract: AddressTrait Implementations§
Source§impl Clone for WalletNetworkConfig
impl Clone for WalletNetworkConfig
Source§fn clone(&self) -> WalletNetworkConfig
fn clone(&self) -> WalletNetworkConfig
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 moreAuto Trait Implementations§
impl Freeze for WalletNetworkConfig
impl RefUnwindSafe for WalletNetworkConfig
impl Send for WalletNetworkConfig
impl Sync for WalletNetworkConfig
impl Unpin for WalletNetworkConfig
impl UnwindSafe for WalletNetworkConfig
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