Struct bitcoin_rpc_client::Account[][src]

pub struct Account(_);

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for Account
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Account

impl Sync for Account