Struct google_testing1::api::Environment
source · pub struct Environment {
pub android_device: Option<AndroidDevice>,
pub ios_device: Option<IosDevice>,
}Expand description
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.
ios_device: Option<IosDevice>An iOS device which must be used with an iOS test.
Trait Implementations§
source§impl Clone for Environment
impl Clone for Environment
source§fn clone(&self) -> Environment
fn clone(&self) -> Environment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Environment
impl Debug for Environment
source§impl Default for Environment
impl Default for Environment
source§fn default() -> Environment
fn default() -> Environment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Environment
impl<'de> Deserialize<'de> for Environment
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more