Enum nginx_config::ast::ServerName[][src]

pub enum ServerName {
    Exact(String),
    Suffix(String),
    StarSuffix(String),
    StarPrefix(String),
    Regex(String),
}

Variants

Trait Implementations

impl Debug for ServerName
[src]

Formats the value using the given formatter. Read more

impl Clone for ServerName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for ServerName

impl Sync for ServerName