Struct password_hash::PasswordHashString [−][src]
pub struct PasswordHashString { /* fields omitted */ }
Expand description
Serialized PasswordHash
.
This type contains a serialized password hash string which is ensured to parse successfully.
Implementations
Parse a password hash from a string in the PHC string format.
Parse a password hash from the given Encoding
.
Parse this owned string as a PasswordHash
.
Get the Encoding
that this PasswordHashString
is serialized with.
Algorithm-specific parameters.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PasswordHashString
impl Send for PasswordHashString
impl Sync for PasswordHashString
impl Unpin for PasswordHashString
impl UnwindSafe for PasswordHashString
Blanket Implementations
Mutably borrows from an owned value. Read more