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 for SeasonShort
impl PartialEq 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 ==.source§impl Serialize for SeasonShort
impl Serialize for SeasonShort
impl StructuralPartialEq for SeasonShort
Auto Trait Implementations§
impl RefUnwindSafe for SeasonShort
impl Send for SeasonShort
impl Sync for SeasonShort
impl Unpin for SeasonShort
impl UnwindSafe for SeasonShort
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