Struct google_testing1::api::AndroidDeviceList
source · pub struct AndroidDeviceList {
pub android_devices: Option<Vec<AndroidDevice>>,
}Expand description
A list of Android device configurations in which the test is to be executed.
This type is not used in any activity, and only used as part of another schema.
Fields§
§android_devices: Option<Vec<AndroidDevice>>Required. A list of Android devices.
Trait Implementations§
source§impl Clone for AndroidDeviceList
impl Clone for AndroidDeviceList
source§fn clone(&self) -> AndroidDeviceList
fn clone(&self) -> AndroidDeviceList
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 AndroidDeviceList
impl Debug for AndroidDeviceList
source§impl Default for AndroidDeviceList
impl Default for AndroidDeviceList
source§fn default() -> AndroidDeviceList
fn default() -> AndroidDeviceList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AndroidDeviceList
impl<'de> Deserialize<'de> for AndroidDeviceList
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