Enum geekorm_core::utils::crypto::HashingAlgorithm
source · pub enum HashingAlgorithm {
Pbkdf2,
}
Expand description
Hashing algorithms
Variants§
Pbkdf2
PBKDF2
Implementations§
Trait Implementations§
source§impl Clone for HashingAlgorithm
impl Clone for HashingAlgorithm
source§fn clone(&self) -> HashingAlgorithm
fn clone(&self) -> HashingAlgorithm
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 HashingAlgorithm
impl Debug for HashingAlgorithm
source§impl Default for HashingAlgorithm
impl Default for HashingAlgorithm
source§fn default() -> HashingAlgorithm
fn default() -> HashingAlgorithm
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HashingAlgorithm
impl RefUnwindSafe for HashingAlgorithm
impl Send for HashingAlgorithm
impl Sync for HashingAlgorithm
impl Unpin for HashingAlgorithm
impl UnwindSafe for HashingAlgorithm
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