Struct tls_parser::TlsHelloRetryRequestContents [−][src]
pub struct TlsHelloRetryRequestContents<'a> {
pub version: TlsVersion,
pub cipher: TlsCipherSuiteID,
pub ext: Option<&'a [u8]>,
}Expand description
TLS Hello Retry Request (TLS 1.3)
Fields
version: TlsVersioncipher: TlsCipherSuiteIDext: Option<&'a [u8]>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TlsHelloRetryRequestContents<'a>
impl<'a> Send for TlsHelloRetryRequestContents<'a>
impl<'a> Sync for TlsHelloRetryRequestContents<'a>
impl<'a> Unpin for TlsHelloRetryRequestContents<'a>
impl<'a> UnwindSafe for TlsHelloRetryRequestContents<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more