Enum rustls::internal::msgs::enums::HandshakeType [−][src]
pub enum HandshakeType {}Show variants
HelloRequest, ClientHello, ServerHello, NewSessionTicket, EndOfEarlyData, HelloRetryRequest, EncryptedExtensions, Certificate, ServerKeyExchange, CertificateRequest, ServerHelloDone, CertificateVerify, ClientKeyExchange, Finished, CertificateURL, CertificateStatus, KeyUpdate, MessageHash, Unknown(u8),
The HandshakeType
TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The Unknown
item is used when processing unrecognised ordinals.
Variants
Unknown(u8)
Implementations
Trait Implementations
impl Clone for HandshakeType
[src]
impl Clone for HandshakeType
[src]fn clone(&self) -> HandshakeType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Codec for HandshakeType
[src]
impl Codec for HandshakeType
[src]impl PartialEq<HandshakeType> for HandshakeType
[src]
impl PartialEq<HandshakeType> for HandshakeType
[src]