Struct rusoto_lambda::EnvironmentResponse [−][src]
pub struct EnvironmentResponse {
pub error: Option<EnvironmentError>,
pub variables: Option<HashMap<String, String>>,
}The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.
Fields
error: Option<EnvironmentError>
variables: Option<HashMap<String, String>>
The key-value pairs returned that represent your environment's configuration settings or error information.
Trait Implementations
impl Default for EnvironmentResponse[src]
impl Default for EnvironmentResponsefn default() -> EnvironmentResponse[src]
fn default() -> EnvironmentResponseReturns the "default value" for a type. Read more
impl Debug for EnvironmentResponse[src]
impl Debug for EnvironmentResponsefn 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 EnvironmentResponse[src]
impl Clone for EnvironmentResponsefn clone(&self) -> EnvironmentResponse[src]
fn clone(&self) -> EnvironmentResponseReturns 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 EnvironmentResponse[src]
impl PartialEq for EnvironmentResponsefn eq(&self, other: &EnvironmentResponse) -> bool[src]
fn eq(&self, other: &EnvironmentResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EnvironmentResponse) -> bool[src]
fn ne(&self, other: &EnvironmentResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for EnvironmentResponse
impl Send for EnvironmentResponseimpl Sync for EnvironmentResponse
impl Sync for EnvironmentResponse