Struct google_drive2::FileIndexableText
[−]
[src]
pub struct FileIndexableText {
pub text: Option<String>,
}Indexable text attributes for the file (can only be written)
This type is not used in any activity, and only used as part of another schema.
Fields
text: Option<String>
The text to be indexed for this file.
Trait Implementations
impl Default for FileIndexableText[src]
fn default() -> FileIndexableText[src]
Returns the "default value" for a type. Read more
impl Clone for FileIndexableText[src]
fn clone(&self) -> FileIndexableText[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more