pub enum Kdf {
HkdfSha256 = 1,
HkdfSha384 = 2,
HkdfSha512 = 3,
}Variants§
Trait Implementations§
impl Copy for Kdf
impl Eq for Kdf
impl StructuralPartialEq for Kdf
Auto Trait Implementations§
impl Freeze for Kdf
impl RefUnwindSafe for Kdf
impl Send for Kdf
impl Sync for Kdf
impl Unpin for Kdf
impl UnwindSafe for Kdf
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