Struct google_testing1::AndroidRuntimeConfiguration[][src]

pub struct AndroidRuntimeConfiguration {
    pub orientations: Option<Vec<Orientation>>,
    pub locales: Option<Vec<Locale>>,
}

Android configuration that can be selected at the time a test is run.

This type is not used in any activity, and only used as part of another schema.

Fields

The set of available orientations. @OutputOnly

The set of available locales. @OutputOnly

Trait Implementations

impl Default for AndroidRuntimeConfiguration
[src]

Returns the "default value" for a type. Read more

impl Clone for AndroidRuntimeConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AndroidRuntimeConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for AndroidRuntimeConfiguration
[src]

Auto Trait Implementations