Struct nginx_config::ast::Value[][src]

pub struct Value { /* fields omitted */ }

Generic string value

It may consist of strings and variable references

Some string parts might originally be escaped or quoted. We get rid of quotes when parsing

Methods

impl Value
[src]

Replace variable references in this string with literal values

Trait Implementations

impl Display for Value
[src]

Formats the value using the given formatter. Read more

impl Debug for Value
[src]

Formats the value using the given formatter. Read more

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl FromStr for Value
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Value

impl Sync for Value