pub enum KdfAlg {
Argon2d,
Argon2id,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KdfAlg
impl RefUnwindSafe for KdfAlg
impl Send for KdfAlg
impl Sync for KdfAlg
impl Unpin for KdfAlg
impl UnwindSafe for KdfAlg
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