Struct nginx_config::ast::ErrorPage[][src]

pub struct ErrorPage {
    pub codes: Vec<u32>,
    pub response_code: ErrorPageResponse,
    pub uri: Value,
}

Fields

Trait Implementations

impl Debug for ErrorPage
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorPage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for ErrorPage

impl Sync for ErrorPage