pub enum Kex {
Curve25519Sha256,
EcdhSha2Nistrp256,
}
Variants
Curve25519Sha256
EcdhSha2Nistrp256
Auto Trait Implementations
impl RefUnwindSafe for Kex
impl Send for Kex
impl Sync for Kex
impl Unpin for Kex
impl UnwindSafe for Kex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more