Struct nginx_config::ast::Rewrite[][src]

pub struct Rewrite {
    pub regex: String,
    pub replacement: Value,
    pub flag: Option<RewriteFlag>,
}

Fields

Trait Implementations

impl Debug for Rewrite
[src]

Formats the value using the given formatter. Read more

impl Clone for Rewrite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for Rewrite

impl Sync for Rewrite