Struct nginx_config::ast::Main[][src]

pub struct Main {
    pub directives: Vec<Directive>,
}

Fields

Methods

impl Main
[src]

Important traits for DirectiveIter<'a>

Trait Implementations

impl Debug for Main
[src]

Formats the value using the given formatter. Read more

impl Clone for Main
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Display for Main
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Main

impl Sync for Main