Struct google_testing1::EnvironmentVariable
[−]
[src]
pub struct EnvironmentVariable {
pub value: Option<String>,
pub key: Option<String>,
}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
value: Option<String>
Value for the environment variable
key: Option<String>
Key for the environment variable
Trait Implementations
impl Default for EnvironmentVariable[src]
fn default() -> EnvironmentVariable[src]
Returns the "default value" for a type. Read more
impl Clone for EnvironmentVariable[src]
fn clone(&self) -> EnvironmentVariable[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more