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
ios_device: Option<IosDevice>
An iOS device which must be used with an iOS test.
android_device: Option<AndroidDevice>
An Android device which must be used with an Android test.
Trait Implementations
impl Default for Environment[src]
impl Default for Environmentfn default() -> Environment[src]
fn default() -> EnvironmentReturns the "default value" for a type. Read more
impl Clone for Environment[src]
impl Clone for Environmentfn clone(&self) -> Environment[src]
fn clone(&self) -> EnvironmentReturns 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 Environment[src]
impl Debug for Environmentfn 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 Environment[src]
impl Part for EnvironmentAuto Trait Implementations
impl Send for Environment
impl Send for Environmentimpl Sync for Environment
impl Sync for Environment