pub enum DHGroup {
X25519,
X448,
P256,
P384,
P521,
}
Expand description
Choice of Diffie-Hellman groups.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DHGroup
impl RefUnwindSafe for DHGroup
impl Send for DHGroup
impl Sync for DHGroup
impl Unpin for DHGroup
impl UnwindSafe for DHGroup
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