Struct tmdb_api::tvshow::SeasonShort
source · pub struct SeasonShort {
pub inner: SeasonBase,
pub episode_count: u64,
}Fields§
§inner: SeasonBase§episode_count: u64Trait Implementations§
source§impl Clone for SeasonShort
impl Clone for SeasonShort
source§fn clone(&self) -> SeasonShort
fn clone(&self) -> SeasonShort
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 SeasonShort
impl Debug for SeasonShort
source§impl<'de> Deserialize<'de> for SeasonShort
impl<'de> Deserialize<'de> for SeasonShort
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 PartialEq<SeasonShort> for SeasonShort
impl PartialEq<SeasonShort> for SeasonShort
source§fn eq(&self, other: &SeasonShort) -> bool
fn eq(&self, other: &SeasonShort) -> bool
This method tests for
self and other values to be equal, and is used
by ==.