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
source: Option<String>
The imported file's content type to convert from.
targets: Option<Vec<String>>
The possible content types to convert to.
Trait Implementations
impl Default for AboutImportFormats[src]
fn default() -> AboutImportFormats
Returns the "default value" for a type. Read more
impl Clone for AboutImportFormats[src]
fn clone(&self) -> AboutImportFormats
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more