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]
impl Default for AndroidRuntimeConfigurationfn default() -> AndroidRuntimeConfiguration[src]
fn default() -> AndroidRuntimeConfigurationReturns the "default value" for a type. Read more
impl Clone for AndroidRuntimeConfiguration[src]
impl Clone for AndroidRuntimeConfigurationfn clone(&self) -> AndroidRuntimeConfiguration[src]
fn clone(&self) -> AndroidRuntimeConfigurationReturns 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 AndroidRuntimeConfiguration[src]
impl Debug for AndroidRuntimeConfigurationfn 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 AndroidRuntimeConfiguration[src]
impl Part for AndroidRuntimeConfigurationAuto Trait Implementations
impl Send for AndroidRuntimeConfiguration
impl Send for AndroidRuntimeConfigurationimpl Sync for AndroidRuntimeConfiguration
impl Sync for AndroidRuntimeConfiguration