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