Struct google_testing1::EnvironmentMatrix [−][src]
pub struct EnvironmentMatrix {
pub android_device_list: Option<AndroidDeviceList>,
pub android_matrix: Option<AndroidMatrix>,
}The matrix of environments 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_device_list: Option<AndroidDeviceList>
A list of Android devices; the test will be run only on the specified devices.
android_matrix: Option<AndroidMatrix>
A matrix of Android devices.
Trait Implementations
impl Default for EnvironmentMatrix[src]
impl Default for EnvironmentMatrixfn default() -> EnvironmentMatrix[src]
fn default() -> EnvironmentMatrixReturns the "default value" for a type. Read more
impl Clone for EnvironmentMatrix[src]
impl Clone for EnvironmentMatrixfn clone(&self) -> EnvironmentMatrix[src]
fn clone(&self) -> EnvironmentMatrixReturns 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 EnvironmentMatrix[src]
impl Debug for EnvironmentMatrixfn 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 EnvironmentMatrix[src]
impl Part for EnvironmentMatrixAuto Trait Implementations
impl Send for EnvironmentMatrix
impl Send for EnvironmentMatriximpl Sync for EnvironmentMatrix
impl Sync for EnvironmentMatrix