pub enum HashAlgorithmName {
HmacSha512,
HmacSha256,
HmacSha1,
HmacMd5,
Sha256,
Sha512,
Ppkdf2Sha1,
Ppkdf2Sha256,
Scrypt,
StandardScrypt,
Bcrypt,
}Variants§
HmacSha512
HmacSha256
HmacSha1
HmacMd5
Sha256
Sha512
Ppkdf2Sha1
Ppkdf2Sha256
Scrypt
StandardScrypt
Bcrypt
Trait Implementations§
source§impl Clone for HashAlgorithmName
impl Clone for HashAlgorithmName
source§fn clone(&self) -> HashAlgorithmName
fn clone(&self) -> HashAlgorithmName
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 HashAlgorithmName
impl Debug for HashAlgorithmName
Auto Trait Implementations§
impl RefUnwindSafe for HashAlgorithmName
impl Send for HashAlgorithmName
impl Sync for HashAlgorithmName
impl Unpin for HashAlgorithmName
impl UnwindSafe for HashAlgorithmName
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