Struct google_drive2::AboutImportFormats[][src]

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

The allowable import formats.

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

Fields

The imported file's content type to convert from.

The possible content types to convert to.

Trait Implementations

impl Default for AboutImportFormats
[src]

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

impl Clone for AboutImportFormats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutImportFormats
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutImportFormats
[src]

impl Part for AboutImportFormats
[src]

Auto Trait Implementations