Struct google_drive2::AppIcons[][src]

pub struct AppIcons {
    pub category: Option<String>,
    pub icon_url: Option<String>,
    pub size: Option<i32>,
}

The various icons for the app.

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

Fields

Category of the icon. Allowed values are:

  • application - icon for the application
  • document - icon for a file associated with the app
  • documentShared - icon for a shared file associated with the app

URL for the icon.

Size of the icon. Represented as the maximum of the width and height.

Trait Implementations

impl Default for AppIcons
[src]

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

impl Clone for AppIcons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppIcons
[src]

Formats the value using the given formatter. Read more

impl NestedType for AppIcons
[src]

impl Part for AppIcons
[src]

Auto Trait Implementations

impl Send for AppIcons

impl Sync for AppIcons