Enum nginx_config::ast::GzipStatic[][src]

pub enum GzipStatic {
    On,
    Off,
    Always,
}

Variants

Trait Implementations

impl Debug for GzipStatic
[src]

Formats the value using the given formatter. Read more

impl Clone for GzipStatic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Copy for GzipStatic
[src]

impl Display for GzipStatic
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GzipStatic

impl Sync for GzipStatic