Struct google_youtubereporting1::GdataContentTypeInfo[][src]

pub struct GdataContentTypeInfo {
    pub from_bytes: Option<String>,
    pub best_guess: Option<String>,
    pub from_file_name: Option<String>,
    pub from_header: Option<String>,
    pub from_url_path: Option<String>,
}

gdata

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

Fields

gdata

gdata

gdata

gdata

gdata

Trait Implementations

impl Default for GdataContentTypeInfo
[src]

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

impl Clone for GdataContentTypeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdataContentTypeInfo
[src]

Formats the value using the given formatter. Read more

impl Part for GdataContentTypeInfo
[src]

Auto Trait Implementations