Struct google_youtube3::VideoCategorySnippet[][src]

pub struct VideoCategorySnippet {
    pub assignable: Option<bool>,
    pub channel_id: Option<String>,
    pub title: Option<String>,
}

Basic details about a video category, such as its localized title.

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

Fields

no description provided

The YouTube channel that created the video category.

The video category's title.

Trait Implementations

impl Default for VideoCategorySnippet
[src]

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

impl Clone for VideoCategorySnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoCategorySnippet
[src]

Formats the value using the given formatter. Read more

impl Part for VideoCategorySnippet
[src]

Auto Trait Implementations