Enum rustls::internal::msgs::enums::ContentType [−][src]
pub enum ContentType { ChangeCipherSpec, Alert, Handshake, ApplicationData, Heartbeat, Unknown(u8), }
The ContentType
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 ContentType
[src]
impl Clone for ContentType
[src]fn clone(&self) -> ContentType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Codec for ContentType
[src]
impl Codec for ContentType
[src]impl PartialEq<ContentType> for ContentType
[src]
impl PartialEq<ContentType> for ContentType
[src]