Struct rusoto_lambda::Environment [−][src]
The parent object that contains your environment's configuration settings.
Fields
variables: Option<HashMap<String, String>>
The key-value pairs that represent your environment's configuration settings.
Trait Implementations
impl Default for Environment[src]
impl Default for Environmentfn default() -> Environment[src]
fn default() -> EnvironmentReturns the "default value" for a type. Read more
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 PartialEq for Environment[src]
impl PartialEq for Environmentfn eq(&self, other: &Environment) -> bool[src]
fn eq(&self, other: &Environment) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Environment) -> bool[src]
fn ne(&self, other: &Environment) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Environment
impl Send for Environmentimpl Sync for Environment
impl Sync for Environment