Struct google_drive2::AboutExportFormats[][src]

pub struct AboutExportFormats {
    pub source: Option<String>,
    pub targets: Option<Vec<String>>,
}

The allowable export formats.

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

Fields

The content type to convert from.

The possible content types to convert to.

Trait Implementations

impl Default for AboutExportFormats
[src]

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

impl Clone for AboutExportFormats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutExportFormats
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutExportFormats
[src]

impl Part for AboutExportFormats
[src]

Auto Trait Implementations