Enum rustls::internal::msgs::handshake::HandshakePayload[][src]

pub enum HandshakePayload {
Show 22 variants HelloRequest, ClientHello(ClientHelloPayload), ServerHello(ServerHelloPayload), HelloRetryRequest(HelloRetryRequest), Certificate(CertificatePayload), CertificateTLS13(CertificatePayloadTLS13), ServerKeyExchange(ServerKeyExchangePayload), CertificateRequest(CertificateRequestPayload), CertificateRequestTLS13(CertificateRequestPayloadTLS13), CertificateVerify(DigitallySignedStruct), ServerHelloDone, EarlyData, EndOfEarlyData, ClientKeyExchange(Payload), NewSessionTicket(NewSessionTicketPayload), NewSessionTicketTLS13(NewSessionTicketPayloadTLS13), EncryptedExtensions(EncryptedExtensions), KeyUpdate(KeyUpdateRequest), Finished(Payload), CertificateStatus(CertificateStatus), MessageHash(Payload), Unknown(Payload),
}

Variants

HelloRequest

ClientHello(ClientHelloPayload)

Tuple Fields

ServerHello(ServerHelloPayload)

Tuple Fields

HelloRetryRequest(HelloRetryRequest)

Tuple Fields

Certificate(CertificatePayload)

Tuple Fields

CertificateTLS13(CertificatePayloadTLS13)

Tuple Fields

ServerKeyExchange(ServerKeyExchangePayload)

Tuple Fields

CertificateRequest(CertificateRequestPayload)

Tuple Fields

CertificateRequestTLS13(CertificateRequestPayloadTLS13)

Tuple Fields

CertificateVerify(DigitallySignedStruct)

Tuple Fields

ServerHelloDone

EarlyData

EndOfEarlyData

ClientKeyExchange(Payload)

Tuple Fields

NewSessionTicket(NewSessionTicketPayload)

Tuple Fields

NewSessionTicketTLS13(NewSessionTicketPayloadTLS13)

Tuple Fields

EncryptedExtensions(EncryptedExtensions)

Tuple Fields

KeyUpdate(KeyUpdateRequest)

Tuple Fields

Finished(Payload)

Tuple Fields

CertificateStatus(CertificateStatus)

Tuple Fields

MessageHash(Payload)

Tuple Fields

Unknown(Payload)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.