Struct cfxstore::accounts_dir::VaultKey
source · pub struct VaultKey {
pub password: Password,
pub iterations: u32,
}
Expand description
Vault key
Fields§
§password: Password
Vault password
iterations: u32
Number of iterations to produce a derived key from password
Implementations§
Trait Implementations§
source§impl PartialEq for VaultKey
impl PartialEq for VaultKey
impl Eq for VaultKey
impl StructuralPartialEq for VaultKey
Auto Trait Implementations§
impl Freeze for VaultKey
impl RefUnwindSafe for VaultKey
impl Send for VaultKey
impl Sync for VaultKey
impl Unpin for VaultKey
impl UnwindSafe for VaultKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.