Struct google_drive3::FileContentHints[][src]

pub struct FileContentHints {
    pub indexable_text: Option<String>,
    pub thumbnail: Option<FileContentHintsThumbnail>,
}

Additional information about the content of the file. These fields are never populated in responses.

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

Fields

Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.

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

Trait Implementations

impl Default for FileContentHints
[src]

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

impl Clone for FileContentHints
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileContentHints
[src]

Formats the value using the given formatter. Read more

impl NestedType for FileContentHints
[src]

impl Part for FileContentHints
[src]

Auto Trait Implementations