pub enum DeriveMasterKeyForAuth {
Argon2([u8; 32]),
}Variants§
Implementations§
Trait Implementations§
Source§impl PwPrepareExport for DeriveMasterKeyForAuth
impl PwPrepareExport for DeriveMasterKeyForAuth
fn prepare_export(&self) -> &[u8]
Auto Trait Implementations§
impl Freeze for DeriveMasterKeyForAuth
impl RefUnwindSafe for DeriveMasterKeyForAuth
impl Send for DeriveMasterKeyForAuth
impl Sync for DeriveMasterKeyForAuth
impl Unpin for DeriveMasterKeyForAuth
impl UnsafeUnpin for DeriveMasterKeyForAuth
impl UnwindSafe for DeriveMasterKeyForAuth
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