Struct ethjson::misc::AccountMeta[][src]

pub struct AccountMeta {
    pub name: String,
    pub meta: String,
    pub uuid: Option<String>,
}

Collected account metadata

Fields

The name of the account.

The rest of the metadata of the account.

The 128-bit Uuid of the account, if it has one (brain-wallets don't).

Methods

impl AccountMeta
[src]

Read a hash map of DappId -> $name

Write a hash map of DappId -> $name

Trait Implementations

impl Default for AccountMeta
[src]

Returns the "default value" for a type. Read more

impl Clone for AccountMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountMeta
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AccountMeta
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for AccountMeta

impl Sync for AccountMeta