pub enum crypt_pbkdf_algo_type {
pbkdf2,
argon2i,
argon2id,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for crypt_pbkdf_algo_type
impl Clone for crypt_pbkdf_algo_type
Source§fn clone(&self) -> crypt_pbkdf_algo_type
fn clone(&self) -> crypt_pbkdf_algo_type
Returns a duplicate 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 crypt_pbkdf_algo_type
impl Debug for crypt_pbkdf_algo_type
Source§impl FromStr for crypt_pbkdf_algo_type
impl FromStr for crypt_pbkdf_algo_type
Source§impl PartialEq for crypt_pbkdf_algo_type
impl PartialEq for crypt_pbkdf_algo_type
impl Copy for crypt_pbkdf_algo_type
impl Eq for crypt_pbkdf_algo_type
impl StructuralPartialEq for crypt_pbkdf_algo_type
Auto Trait Implementations§
impl Freeze for crypt_pbkdf_algo_type
impl RefUnwindSafe for crypt_pbkdf_algo_type
impl Send for crypt_pbkdf_algo_type
impl Sync for crypt_pbkdf_algo_type
impl Unpin for crypt_pbkdf_algo_type
impl UnwindSafe for crypt_pbkdf_algo_type
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