Struct google_testing1::ApkDetail[][src]

pub struct ApkDetail {
    pub apk_manifest: Option<ApkManifest>,
}

Android application details based on application manifest and apk archive contents

This type is not used in any activity, and only used as part of another schema.

Fields

no description provided

Trait Implementations

impl Default for ApkDetail
[src]

Returns the "default value" for a type. Read more

impl Clone for ApkDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApkDetail
[src]

Formats the value using the given formatter. Read more

impl Part for ApkDetail
[src]

Auto Trait Implementations

impl Send for ApkDetail

impl Sync for ApkDetail