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