Struct google_testing1::api::Environment [−][src]
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
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for Environment
impl Send for Environment
impl Sync for Environment
impl Unpin for Environment
impl UnwindSafe for Environment
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more