Struct ethstore::accounts_dir::VaultKey[][src]

pub struct VaultKey {
    pub password: Password,
    pub iterations: u32,
}

Vault key

Fields

Vault password

Number of iterations to produce a derived key from password

Methods

impl VaultKey
[src]

Create new vault key

Trait Implementations

impl Clone for VaultKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VaultKey
[src]

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

This method tests for !=.

impl Eq for VaultKey
[src]

Auto Trait Implementations

impl Send for VaultKey

impl Sync for VaultKey