Struct google_youtube3::api::ChannelContentDetails
source · pub struct ChannelContentDetails {
pub related_playlists: Option<ChannelContentDetailsRelatedPlaylists>,
}
Expand description
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§
source§impl Clone for ChannelContentDetails
impl Clone for ChannelContentDetails
source§fn clone(&self) -> ChannelContentDetails
fn clone(&self) -> ChannelContentDetails
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 ChannelContentDetails
impl Debug for ChannelContentDetails
source§impl Default for ChannelContentDetails
impl Default for ChannelContentDetails
source§fn default() -> ChannelContentDetails
fn default() -> ChannelContentDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelContentDetails
impl<'de> Deserialize<'de> for ChannelContentDetails
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 ChannelContentDetails
impl Serialize for ChannelContentDetails
impl Part for ChannelContentDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelContentDetails
impl Send for ChannelContentDetails
impl Sync for ChannelContentDetails
impl Unpin for ChannelContentDetails
impl UnwindSafe for ChannelContentDetails
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