Struct ethstore::dir::VaultKey
[−]
[src]
pub struct VaultKey { pub password: String, pub iterations: u32, }
Vault key
Fields
password: String
Vault password
iterations: u32
Number of iterations to produce a derived key from password
Methods
impl VaultKey
[src]
Trait Implementations
impl Debug for VaultKey
[src]
impl Clone for VaultKey
[src]
fn clone(&self) -> VaultKey
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for VaultKey
[src]
fn eq(&self, __arg_0: &VaultKey) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VaultKey) -> bool
This method tests for !=
.