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

pub enum ServerNamePayload {
    HostName(DNSName),
    Unknown(Payload),
}

Variants

Trait Implementations

impl Clone for ServerNamePayload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServerNamePayload
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ServerNamePayload

impl Sync for ServerNamePayload