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