Enum httpbis::server_conf::ServerAlpn[][src]

pub enum ServerAlpn {
    Ignore,
    Require,
}

Variants

Trait Implementations

impl Debug for ServerAlpn
[src]

Formats the value using the given formatter. Read more

impl Clone for ServerAlpn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ServerAlpn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ServerAlpn
[src]

Auto Trait Implementations

impl Send for ServerAlpn

impl Sync for ServerAlpn