Struct rustls::SupportedKxGroup
source · [−]pub struct SupportedKxGroup {
pub name: NamedGroup,
/* private fields */
}
Expand description
A key-exchange group supported by rustls.
All possible instances of this class are provided by the library in
the ALL_KX_GROUPS
array.
Fields
name: NamedGroup
The IANA “TLS Supported Groups” name of the group
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SupportedKxGroup
impl Send for SupportedKxGroup
impl Sync for SupportedKxGroup
impl Unpin for SupportedKxGroup
impl UnwindSafe for SupportedKxGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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