Enum nginx_config::ast::ProxyNextUpstreamFlag[][src]

pub enum ProxyNextUpstreamFlag {
    Error,
    Timeout,
    InvalidHeader,
    Http500,
    Http502,
    Http503,
    Http504,
    Http403,
    Http404,
    Http429,
    NonIdempotent,
    Off,
}

Variants

Trait Implementations

impl Debug for ProxyNextUpstreamFlag
[src]

Formats the value using the given formatter. Read more

impl Clone for ProxyNextUpstreamFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations