Enum nginx_config::ast::Source[][src]

pub enum Source {
    All,
    Unix,
    Ip(IpAddr),
    Network(IpAddru8),
}

Variants

Trait Implementations

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for Source

impl Sync for Source