Enum nginx_config::ast::ProxyHttpVersion[][src]

pub enum ProxyHttpVersion {
    V1_0,
    V1_1,
}

Variants

Trait Implementations

impl Debug for ProxyHttpVersion
[src]

Formats the value using the given formatter. Read more

impl Clone for ProxyHttpVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProxyHttpVersion
[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 ProxyHttpVersion
[src]

impl Copy for ProxyHttpVersion
[src]

Auto Trait Implementations