Struct google_testing1::Environment
[−]
[src]
pub struct Environment {
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
android_device: Option<AndroidDevice>
An Android device which must be used with an Android test.
Trait Implementations
impl Default for Environment[src]
fn default() -> Environment[src]
Returns the "default value" for a type. Read more
impl Clone for Environment[src]
fn clone(&self) -> Environment[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