Enum nginx_config_mod::EntryPoint [] [src]

pub enum EntryPoint {
    Main,
    Http,
    Server,
    Location,
}

Variants

Trait Implementations

impl Clone for EntryPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EntryPoint
[src]

impl Debug for EntryPoint
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for EntryPoint
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for EntryPoint
[src]

Auto Trait Implementations

impl Send for EntryPoint

impl Sync for EntryPoint