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