Enum httpbis::server::ServerTlsOption [] [src]

pub enum ServerTlsOption {
    Plain,
    Tls(Arc<TlsAcceptor>),
}

Variants

Trait Implementations

impl Clone for ServerTlsOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more