Enum dryoc::classic::crypto_pwhash::PasswordHashAlgorithm
source · pub enum PasswordHashAlgorithm {
Argon2i13,
Argon2id13,
}
Expand description
Password hash algorithm implementations.
Variants§
Trait Implementations§
source§impl Clone for PasswordHashAlgorithm
impl Clone for PasswordHashAlgorithm
source§fn clone(&self) -> PasswordHashAlgorithm
fn clone(&self) -> PasswordHashAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PasswordHashAlgorithm
impl Debug for PasswordHashAlgorithm
source§impl<'de> Deserialize<'de> for PasswordHashAlgorithm
impl<'de> Deserialize<'de> for PasswordHashAlgorithm
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<u32> for PasswordHashAlgorithm
impl From<u32> for PasswordHashAlgorithm
source§impl Serialize for PasswordHashAlgorithm
impl Serialize for PasswordHashAlgorithm
Auto Trait Implementations§
impl RefUnwindSafe for PasswordHashAlgorithm
impl Send for PasswordHashAlgorithm
impl Sync for PasswordHashAlgorithm
impl Unpin for PasswordHashAlgorithm
impl UnwindSafe for PasswordHashAlgorithm
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