Struct hardware_wallet::WalletInfo [−][src]
pub struct WalletInfo {
    pub name: String,
    pub manufacturer: String,
    pub serial: String,
    pub address: Address,
}Hardware wallet information.
Fields
name: String
                           Wallet device name.
manufacturer: String
                           Wallet device manufacturer.
serial: String
                           Wallet device serial number.
address: Address
                           Ethereum address.
Trait Implementations
impl Debug for WalletInfo[src] 
impl Debug for WalletInfofn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for WalletInfo[src] 
impl Clone for WalletInfofn clone(&self) -> WalletInfo[src] 
fn clone(&self) -> WalletInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for WalletInfo
impl Send for WalletInfoimpl Sync for WalletInfo
impl Sync for WalletInfo