Struct nginx_config::ast::Expires[][src]

pub struct Expires {
    pub modified: bool,
    pub value: Value,
}

Fields

Trait Implementations

impl Debug for Expires
[src]

Formats the value using the given formatter. Read more

impl Clone for Expires
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for Expires

impl Sync for Expires