Struct config::Environment
[−]
[src]
pub struct Environment { /* fields omitted */ }Methods
impl Environment[src]
fn new<'a, T>(prefix: T) -> Environment where T: Into<Option<&'a str>>
Trait Implementations
impl Clone for Environment[src]
fn clone(&self) -> Environment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more