Struct google_youtube3::ChannelTopicDetails [] [src]

pub struct ChannelTopicDetails {
    pub topic_ids: Option<Vec<String>>,
}

Freebase topic information related to the channel.

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

Fields

A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.

Trait Implementations

impl Debug for ChannelTopicDetails
[src]

Formats the value using the given formatter.

impl Clone for ChannelTopicDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelTopicDetails
[src]

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

impl Part for ChannelTopicDetails
[src]