Struct nginx_config::ast::TryFiles[][src]

pub struct TryFiles {
    pub options: Vec<Value>,
    pub last_option: TryFilesLastOption,
}

Fields

Trait Implementations

impl Debug for TryFiles
[src]

Formats the value using the given formatter. Read more

impl Clone for TryFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for TryFiles

impl Sync for TryFiles