Struct nginx_config::ast::AddHeader[][src]

pub struct AddHeader {
    pub field: Value,
    pub value: Value,
    pub always: bool,
}

Fields

Trait Implementations

impl Debug for AddHeader
[src]

Formats the value using the given formatter. Read more

impl Clone for AddHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for AddHeader

impl Sync for AddHeader