Struct nginx_config::ast::AccessLogOptions[][src]

pub struct AccessLogOptions {
    pub path: Value,
    pub format: Option<String>,
    pub buffer: Option<String>,
    pub gzip: Option<Option<u8>>,
    pub flush: Option<String>,
    pub condition: Option<Value>,
}

Fields

Trait Implementations

impl Debug for AccessLogOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for AccessLogOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations