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§impl Serialize for SeasonShort
impl Serialize for SeasonShort
impl StructuralPartialEq for SeasonShort
Auto Trait Implementations§
impl Freeze for SeasonShort
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