Struct google_testing1::Environment[][src]

pub struct Environment {
    pub ios_device: Option<IosDevice>,
    pub android_device: Option<AndroidDevice>,
}

The environment in which the test is run.

This type is not used in any activity, and only used as part of another schema.

Fields

An iOS device which must be used with an iOS test.

An Android device which must be used with an Android test.

Trait Implementations

impl Default for Environment
[src]

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

impl Clone for Environment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Environment
[src]

Formats the value using the given formatter. Read more

impl Part for Environment
[src]

Auto Trait Implementations

impl Send for Environment

impl Sync for Environment