pub enum MasterKeyEntropy {
Sufficient = 16,
Double = 32,
Paranoid = 64,
}
Expand description
chose your security level
Variants§
Trait Implementations§
Source§impl Clone for MasterKeyEntropy
impl Clone for MasterKeyEntropy
Source§fn clone(&self) -> MasterKeyEntropy
fn clone(&self) -> MasterKeyEntropy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MasterKeyEntropy
Auto Trait Implementations§
impl Freeze for MasterKeyEntropy
impl RefUnwindSafe for MasterKeyEntropy
impl Send for MasterKeyEntropy
impl Sync for MasterKeyEntropy
impl Unpin for MasterKeyEntropy
impl UnwindSafe for MasterKeyEntropy
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