[−][src]Enum tls_parser::tls_extensions::TlsExtension
TLS extensions
Variants
SNI(Vec<(SNIType, &'a [u8])>)
MaxFragmentLength(u8)
StatusRequest(Option<(CertificateStatusType, &'a [u8])>)
EllipticCurves(Vec<NamedGroup>)
EcPointFormats(&'a [u8])
SignatureAlgorithms(Vec<u16>)
RecordSizeLimit(u16)
SessionTicket(&'a [u8])
EarlyData(Option<u32>)
SupportedVersions(Vec<TlsVersion>)
Cookie(&'a [u8])
PskExchangeModes(Vec<u8>)
Heartbeat(u8)
ALPN(Vec<&'a [u8]>)
SignedCertificateTimestamp(Option<&'a [u8]>)
Padding(&'a [u8])
EncryptThenMac
ExtendedMasterSecret
OidFilters(Vec<OidFilter<'a>>)
PostHandshakeAuth
NextProtocolNegotiation
RenegotiationInfo(&'a [u8])
EncryptedServerName
Fields of EncryptedServerName
Grease(u16, &'a [u8])
Unknown(TlsExtensionType, &'a [u8])
Trait Implementations
impl<'a> Clone for TlsExtension<'a>
[src]
fn clone(&self) -> TlsExtension<'a>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> From<&'a TlsExtension<'a>> for TlsExtensionType
[src]
fn from(ext: &TlsExtension) -> TlsExtensionType
[src]
impl<'a> PartialEq<TlsExtension<'a>> for TlsExtension<'a>
[src]
fn eq(&self, other: &TlsExtension<'a>) -> bool
[src]
fn ne(&self, other: &TlsExtension<'a>) -> bool
[src]
impl<'a> Debug for TlsExtension<'a>
[src]
Auto Trait Implementations
impl<'a> Sync for TlsExtension<'a>
impl<'a> Send for TlsExtension<'a>
impl<'a> Unpin for TlsExtension<'a>
impl<'a> RefUnwindSafe for TlsExtension<'a>
impl<'a> UnwindSafe for TlsExtension<'a>
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,