Struct google_androidmanagement1::PackageNameList [−][src]
A list of package names.
This type is not used in any activity, and only used as part of another schema.
Fields
package_names: Option<Vec<String>>
A list of package names.
Trait Implementations
impl Default for PackageNameList[src]
impl Default for PackageNameListfn default() -> PackageNameList[src]
fn default() -> PackageNameListReturns the "default value" for a type. Read more
impl Clone for PackageNameList[src]
impl Clone for PackageNameListfn clone(&self) -> PackageNameList[src]
fn clone(&self) -> PackageNameListReturns 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 PackageNameList[src]
impl Debug for PackageNameListfn 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 PackageNameList[src]
impl Part for PackageNameListAuto Trait Implementations
impl Send for PackageNameList
impl Send for PackageNameListimpl Sync for PackageNameList
impl Sync for PackageNameList