Struct ethstore::dir::VaultKey [] [src]

pub struct VaultKey {
    pub password: String,
    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 Debug for VaultKey
[src]

Formats the value using the given formatter.

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]