[][src]Struct tmdb_client::models::EpisodeGroupDetails

pub struct EpisodeGroupDetails {
    pub description: Option<String>,
    pub episode_count: Option<i32>,
    pub group_count: Option<i32>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub network: Option<Network>,
    pub _type: Option<i32>,
    pub groups: Option<Vec<EpisodeGroupGroup>>,
}

Fields

description: Option<String>episode_count: Option<i32>group_count: Option<i32>id: Option<String>name: Option<String>network: Option<Network>_type: Option<i32>groups: Option<Vec<EpisodeGroupGroup>>

Trait Implementations

impl Clone for EpisodeGroupDetails[src]

impl Debug for EpisodeGroupDetails[src]

impl Default for EpisodeGroupDetails[src]

impl<'de> Deserialize<'de> for EpisodeGroupDetails[src]

impl Serialize for EpisodeGroupDetails[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err