Struct google_testing1::EnvironmentVariable [−][src]
A key-value pair passed as an environment variable to the test
This type is not used in any activity, and only used as part of another schema.
Fields
key: Option<String>
Key for the environment variable
value: Option<String>
Value for the environment variable
Trait Implementations
impl Default for EnvironmentVariable[src]
impl Default for EnvironmentVariablefn default() -> EnvironmentVariable[src]
fn default() -> EnvironmentVariableReturns the "default value" for a type. Read more
impl Clone for EnvironmentVariable[src]
impl Clone for EnvironmentVariablefn clone(&self) -> EnvironmentVariable[src]
fn clone(&self) -> EnvironmentVariableReturns 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 Debug for EnvironmentVariable[src]
impl Debug for EnvironmentVariablefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for EnvironmentVariable[src]
impl Part for EnvironmentVariableAuto Trait Implementations
impl Send for EnvironmentVariable
impl Send for EnvironmentVariableimpl Sync for EnvironmentVariable
impl Sync for EnvironmentVariable