pub enum HelloRetryExtension {
KeyShare(NamedGroup),
Cookie(PayloadU16),
SupportedVersions(ProtocolVersion),
Unknown(UnknownExtension),
}
Variants
KeyShare(NamedGroup)
Cookie(PayloadU16)
SupportedVersions(ProtocolVersion)
Unknown(UnknownExtension)
Implementations
sourceimpl HelloRetryExtension
impl HelloRetryExtension
pub fn get_type(&self) -> ExtensionType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HelloRetryExtension
impl Send for HelloRetryExtension
impl Sync for HelloRetryExtension
impl Unpin for HelloRetryExtension
impl UnwindSafe for HelloRetryExtension
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