Enum simple_proxy::Environment [−][src]
pub enum Environment {
Production,
Staging,
Development,
}Variants
ProductionStagingDevelopment
Trait Implementations
impl Debug for Environment[src]
impl Debug for Environmentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Environment[src]
impl Clone for Environmentfn clone(&self) -> Environment[src]
fn clone(&self) -> EnvironmentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Environment[src]
impl Copy for Environmentimpl Display for Environment[src]
impl Display for Environmentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for Environment[src]
impl FromStr for EnvironmentAuto Trait Implementations
impl Send for Environment
impl Send for Environmentimpl Sync for Environment
impl Sync for Environment