Struct google_youtube3::api::VideoCategorySnippet
source · pub struct VideoCategorySnippet {
pub assignable: Option<bool>,
pub channel_id: Option<String>,
pub title: Option<String>,
}
Expand description
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§
§assignable: Option<bool>
no description provided
channel_id: Option<String>
The YouTube channel that created the video category.
title: Option<String>
The video category’s title.
Trait Implementations§
source§impl Clone for VideoCategorySnippet
impl Clone for VideoCategorySnippet
source§fn clone(&self) -> VideoCategorySnippet
fn clone(&self) -> VideoCategorySnippet
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 VideoCategorySnippet
impl Debug for VideoCategorySnippet
source§impl Default for VideoCategorySnippet
impl Default for VideoCategorySnippet
source§fn default() -> VideoCategorySnippet
fn default() -> VideoCategorySnippet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoCategorySnippet
impl<'de> Deserialize<'de> for VideoCategorySnippet
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 VideoCategorySnippet
impl Serialize for VideoCategorySnippet
impl Part for VideoCategorySnippet
Auto Trait Implementations§
impl RefUnwindSafe for VideoCategorySnippet
impl Send for VideoCategorySnippet
impl Sync for VideoCategorySnippet
impl Unpin for VideoCategorySnippet
impl UnwindSafe for VideoCategorySnippet
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