Struct ethstore::accounts_dir::VaultKey [−][src]
Vault key
Fields
password: Password
Vault password
iterations: u32
Number of iterations to produce a derived key from password
Methods
impl VaultKey[src]
impl VaultKeyTrait Implementations
impl Clone for VaultKey[src]
impl Clone for VaultKeyfn clone(&self) -> VaultKey[src]
fn clone(&self) -> VaultKeyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for VaultKey[src]
impl PartialEq for VaultKeyfn eq(&self, other: &VaultKey) -> bool[src]
fn eq(&self, other: &VaultKey) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VaultKey) -> bool[src]
fn ne(&self, other: &VaultKey) -> boolThis method tests for !=.
impl Eq for VaultKey[src]
impl Eq for VaultKey