Struct google_testing1::IosTestSetup [−][src]
A description of how to set up an iOS device prior to a test.
This type is not used in any activity, and only used as part of another schema.
Fields
network_profile: Option<String>
Optional. The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
Trait Implementations
impl Default for IosTestSetup[src]
impl Default for IosTestSetupfn default() -> IosTestSetup[src]
fn default() -> IosTestSetupReturns the "default value" for a type. Read more
impl Clone for IosTestSetup[src]
impl Clone for IosTestSetupfn clone(&self) -> IosTestSetup[src]
fn clone(&self) -> IosTestSetupReturns 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 IosTestSetup[src]
impl Debug for IosTestSetupfn 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 IosTestSetup[src]
impl Part for IosTestSetupAuto Trait Implementations
impl Send for IosTestSetup
impl Send for IosTestSetupimpl Sync for IosTestSetup
impl Sync for IosTestSetup