pub struct Argon2<'a> { /* private fields */ }Available on crate feature
argon2 only.Expand description
Struct wrapping the KDF functionality
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Argon2<'a>
impl<'a> RefUnwindSafe for Argon2<'a>
impl<'a> Send for Argon2<'a>
impl<'a> Sync for Argon2<'a>
impl<'a> Unpin for Argon2<'a>
impl<'a> UnwindSafe for Argon2<'a>
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