Struct google_testing1::ProvidedSoftwareCatalog [−][src]
The currently provided software environment on the devices under test.
This type is not used in any activity, and only used as part of another schema.
Fields
orchestrator_version: Option<String>
A string representing the current version of Android Test Orchestrator that is provided by TestExecutionService. Example: "1.0.2 beta"
Trait Implementations
impl Default for ProvidedSoftwareCatalog[src]
impl Default for ProvidedSoftwareCatalogfn default() -> ProvidedSoftwareCatalog[src]
fn default() -> ProvidedSoftwareCatalogReturns the "default value" for a type. Read more
impl Clone for ProvidedSoftwareCatalog[src]
impl Clone for ProvidedSoftwareCatalogfn clone(&self) -> ProvidedSoftwareCatalog[src]
fn clone(&self) -> ProvidedSoftwareCatalogReturns 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 ProvidedSoftwareCatalog[src]
impl Debug for ProvidedSoftwareCatalogfn 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 ProvidedSoftwareCatalog[src]
impl Part for ProvidedSoftwareCatalogAuto Trait Implementations
impl Send for ProvidedSoftwareCatalog
impl Send for ProvidedSoftwareCatalogimpl Sync for ProvidedSoftwareCatalog
impl Sync for ProvidedSoftwareCatalog