Enum simple_proxy::Environment[][src]

pub enum Environment {
    Production,
    Staging,
    Development,
}

Variants

Trait Implementations

impl Debug for Environment
[src]

Formats the value using the given formatter. Read more

impl Clone for Environment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Environment
[src]

impl Display for Environment
[src]

Formats the value using the given formatter. Read more

impl FromStr for Environment
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Environment

impl Sync for Environment