pub struct Pbkdf2;Expand description
Marker type for the PBKDF2 hashing algorithm.
Implementations§
Trait Implementations§
impl Copy for Pbkdf2
Source§impl<'de> Deserialize<'de> for Pbkdf2
impl<'de> Deserialize<'de> for Pbkdf2
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
impl Eq for Pbkdf2
Source§impl HashingAlgorithm for Pbkdf2
impl HashingAlgorithm for Pbkdf2
Source§impl Ord for Pbkdf2
impl Ord for Pbkdf2
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Pbkdf2
impl PartialOrd for Pbkdf2
impl StructuralPartialEq for Pbkdf2
Auto Trait Implementations§
impl Freeze for Pbkdf2
impl RefUnwindSafe for Pbkdf2
impl Send for Pbkdf2
impl Sync for Pbkdf2
impl Unpin for Pbkdf2
impl UnsafeUnpin for Pbkdf2
impl UnwindSafe for Pbkdf2
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