Struct google_testing1::EnvironmentVariable[][src]

pub struct EnvironmentVariable {
    pub key: Option<String>,
    pub value: 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

Key for the environment variable

Value for the environment variable

Trait Implementations

impl Default for EnvironmentVariable
[src]

Returns the "default value" for a type. Read more

impl Clone for EnvironmentVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnvironmentVariable
[src]

Formats the value using the given formatter. Read more

impl Part for EnvironmentVariable
[src]

Auto Trait Implementations