Struct google_youtube3::api::ChannelSectionContentDetails
source · pub struct ChannelSectionContentDetails {
pub channels: Option<Vec<String>>,
pub playlists: Option<Vec<String>>,
}
Expand description
Details about a channelsection, including playlists and channels.
This type is not used in any activity, and only used as part of another schema.
Fields§
§channels: Option<Vec<String>>
The channel ids for type multiple_channels.
playlists: Option<Vec<String>>
The playlist ids for type single_playlist and multiple_playlists. For singlePlaylist, only one playlistId is allowed.
Trait Implementations§
source§impl Clone for ChannelSectionContentDetails
impl Clone for ChannelSectionContentDetails
source§fn clone(&self) -> ChannelSectionContentDetails
fn clone(&self) -> ChannelSectionContentDetails
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 ChannelSectionContentDetails
impl Debug for ChannelSectionContentDetails
source§impl Default for ChannelSectionContentDetails
impl Default for ChannelSectionContentDetails
source§fn default() -> ChannelSectionContentDetails
fn default() -> ChannelSectionContentDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelSectionContentDetails
impl<'de> Deserialize<'de> for ChannelSectionContentDetails
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
impl Part for ChannelSectionContentDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelSectionContentDetails
impl Send for ChannelSectionContentDetails
impl Sync for ChannelSectionContentDetails
impl Unpin for ChannelSectionContentDetails
impl UnwindSafe for ChannelSectionContentDetails
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