Struct ethcore_miner::pool::client::AccountDetails [−][src]
Account Details
Fields
nonce: U256
Current account nonce
balance: U256
Current account balance
is_local: bool
Is this account a local account?
Trait Implementations
impl Debug for AccountDetails
[src]
impl Debug for AccountDetails
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for AccountDetails
[src]
impl Clone for AccountDetails
fn clone(&self) -> AccountDetails
[src]
fn clone(&self) -> AccountDetails
Returns 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 AccountDetails
impl Send for AccountDetails
impl Sync for AccountDetails
impl Sync for AccountDetails