Struct google_testing1::Apk [−][src]
pub struct Apk {
pub package_name: Option<String>,
pub location: Option<FileReference>,
}An Android package file to install.
This type is not used in any activity, and only used as part of another schema.
Fields
package_name: Option<String>
The java package for the APK to be installed. Optional, value is determined by examining the application's manifest.
location: Option<FileReference>
The path to an APK to be installed on the device before the test begins. Optional
Trait Implementations
impl Default for Apk[src]
impl Default for Apkimpl Clone for Apk[src]
impl Clone for Apkfn clone(&self) -> Apk[src]
fn clone(&self) -> ApkReturns 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 Apk[src]
impl Debug for Apkfn 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 Apk[src]
impl Part for Apk