pub enum AlgorithmKind {
Kex,
Key,
Cipher,
Compression,
Mac,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlgorithmKind
impl RefUnwindSafe for AlgorithmKind
impl Send for AlgorithmKind
impl Sync for AlgorithmKind
impl Unpin for AlgorithmKind
impl UnwindSafe for AlgorithmKind
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