Struct google_testing1::AndroidRuntimeConfiguration
[−]
[src]
pub struct AndroidRuntimeConfiguration {
pub orientations: Option<Vec<Orientation>>,
pub locales: Option<Vec<Locale>>,
}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
orientations: Option<Vec<Orientation>>
The set of available orientations. @OutputOnly
locales: Option<Vec<Locale>>
The set of available locales. @OutputOnly
Trait Implementations
impl Default for AndroidRuntimeConfiguration[src]
fn default() -> AndroidRuntimeConfiguration[src]
Returns the "default value" for a type. Read more
impl Clone for AndroidRuntimeConfiguration[src]
fn clone(&self) -> AndroidRuntimeConfiguration[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more