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 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