Enum nginx_config::ast::GzipProxied[][src]

pub enum GzipProxied {
    Off,
    Expired,
    NoCache,
    NoStore,
    Private,
    NoLastModified,
    NoEtag,
    Auth,
    Any,
}

Variants

Trait Implementations

impl Debug for GzipProxied
[src]

Formats the value using the given formatter. Read more

impl Clone for GzipProxied
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Copy for GzipProxied
[src]

impl Display for GzipProxied
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GzipProxied

impl Sync for GzipProxied