Struct google_youtube3::api::PlaylistContentDetails
source · pub struct PlaylistContentDetails {
pub item_count: Option<u32>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§item_count: Option<u32>
The number of videos in the playlist.
Trait Implementations§
source§impl Clone for PlaylistContentDetails
impl Clone for PlaylistContentDetails
source§fn clone(&self) -> PlaylistContentDetails
fn clone(&self) -> PlaylistContentDetails
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 PlaylistContentDetails
impl Debug for PlaylistContentDetails
source§impl Default for PlaylistContentDetails
impl Default for PlaylistContentDetails
source§fn default() -> PlaylistContentDetails
fn default() -> PlaylistContentDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlaylistContentDetails
impl<'de> Deserialize<'de> for PlaylistContentDetails
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 PlaylistContentDetails
impl Serialize for PlaylistContentDetails
impl Part for PlaylistContentDetails
Auto Trait Implementations§
impl RefUnwindSafe for PlaylistContentDetails
impl Send for PlaylistContentDetails
impl Sync for PlaylistContentDetails
impl Unpin for PlaylistContentDetails
impl UnwindSafe for PlaylistContentDetails
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