Struct google_drive3::FileContentHintsThumbnail [−][src]
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
mime_type: Option<String>
The MIME type of the thumbnail.
image: Option<String>
The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
Trait Implementations
impl Default for FileContentHintsThumbnail[src]
impl Default for FileContentHintsThumbnailfn default() -> FileContentHintsThumbnail[src]
fn default() -> FileContentHintsThumbnailReturns the "default value" for a type. Read more
impl Clone for FileContentHintsThumbnail[src]
impl Clone for FileContentHintsThumbnailfn clone(&self) -> FileContentHintsThumbnail[src]
fn clone(&self) -> FileContentHintsThumbnailReturns 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 FileContentHintsThumbnail[src]
impl Debug for FileContentHintsThumbnailfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for FileContentHintsThumbnail[src]
impl NestedType for FileContentHintsThumbnailimpl Part for FileContentHintsThumbnail[src]
impl Part for FileContentHintsThumbnailAuto Trait Implementations
impl Send for FileContentHintsThumbnail
impl Send for FileContentHintsThumbnailimpl Sync for FileContentHintsThumbnail
impl Sync for FileContentHintsThumbnail