Struct google_drive3_fork::FileContentHintsThumbnail[][src]

pub struct FileContentHintsThumbnail {
    pub mime_type: Option<String>,
    pub image: Option<String>,
}

A thumbnail for the file. This will only be used if Drive cannot generate a standard thumbnail.

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

Fields

The MIME type of the thumbnail.

The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).

Trait Implementations

impl Default for FileContentHintsThumbnail
[src]

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

impl Clone for FileContentHintsThumbnail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileContentHintsThumbnail
[src]

Formats the value using the given formatter. Read more

impl NestedType for FileContentHintsThumbnail
[src]

impl Part for FileContentHintsThumbnail
[src]

Auto Trait Implementations