Struct google_youtube3::api::ChannelTopicDetails
source · pub struct ChannelTopicDetails {
pub topic_categories: Option<Vec<String>>,
pub topic_ids: Option<Vec<String>>,
}
Expand description
Freebase topic information related to the channel.
This type is not used in any activity, and only used as part of another schema.
Fields§
§topic_categories: Option<Vec<String>>
A list of Wikipedia URLs that describe the channel’s content.
topic_ids: Option<Vec<String>>
A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.
Trait Implementations§
source§impl Clone for ChannelTopicDetails
impl Clone for ChannelTopicDetails
source§fn clone(&self) -> ChannelTopicDetails
fn clone(&self) -> ChannelTopicDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChannelTopicDetails
impl Debug for ChannelTopicDetails
source§impl Default for ChannelTopicDetails
impl Default for ChannelTopicDetails
source§fn default() -> ChannelTopicDetails
fn default() -> ChannelTopicDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelTopicDetails
impl<'de> Deserialize<'de> for ChannelTopicDetails
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ChannelTopicDetails
impl Serialize for ChannelTopicDetails
impl Part for ChannelTopicDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelTopicDetails
impl Send for ChannelTopicDetails
impl Sync for ChannelTopicDetails
impl Unpin for ChannelTopicDetails
impl UnwindSafe for ChannelTopicDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more