pub struct PasswordInfo { /* private fields */ }
Expand description
Contains information about stored passwords. In particular, it stores the password that has been salted and hashed, the salt that was used, and the number of iterations of the hashing algorithm
Implementations§
Auto Trait Implementations§
impl Freeze for PasswordInfo
impl RefUnwindSafe for PasswordInfo
impl Send for PasswordInfo
impl Sync for PasswordInfo
impl Unpin for PasswordInfo
impl UnwindSafe for PasswordInfo
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