Enum deadbolt_parser::algorithms::KdfAlg
source · pub enum KdfAlg {
Argon2d,
Argon2id,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<KdfAlg> for KdfAlg
impl PartialEq<KdfAlg> for KdfAlg
impl StructuralPartialEq for KdfAlg
Auto Trait Implementations§
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