Enum nginx_config::ast::ProxyCacheValid[][src]

pub enum ProxyCacheValid {
    Normal(Value),
    Specific(Vec<u32>, Value),
    Any(Value),
}

Variants

Trait Implementations

impl Debug for ProxyCacheValid
[src]

Formats the value using the given formatter. Read more

impl Clone for ProxyCacheValid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations