Struct google_androidmanagement1::PackageNameList[][src]

pub struct PackageNameList {
    pub package_names: Option<Vec<String>>,
}

A list of package names.

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

Fields

A list of package names.

Trait Implementations

impl Default for PackageNameList
[src]

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

impl Clone for PackageNameList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PackageNameList
[src]

Formats the value using the given formatter. Read more

impl Part for PackageNameList
[src]

Auto Trait Implementations