Struct google_youtube3::ChannelContentDetails[][src]

pub struct ChannelContentDetails {
    pub related_playlists: Option<ChannelContentDetailsRelatedPlaylists>,
}

Details about the content of a channel.

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

Fields

no description provided

Trait Implementations

impl Default for ChannelContentDetails
[src]

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

impl Clone for ChannelContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelContentDetails
[src]

Formats the value using the given formatter. Read more

impl Part for ChannelContentDetails
[src]

Auto Trait Implementations