Struct nginx_config::ast::Map[][src]

pub struct Map {
    pub variable: String,
    pub expression: Value,
    pub default: Option<Value>,
    pub hostnames: bool,
    pub volatile: bool,
    pub includes: Vec<String>,
    pub patterns: Vec<(MapPattern, Value)>,
}

Fields

Trait Implementations

impl Debug for Map
[src]

Formats the value using the given formatter. Read more

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for Map

impl Sync for Map