[][src]Struct tmdb_client::models::Credit

pub struct Credit {
    pub credit_type: Option<String>,
    pub department: Option<String>,
    pub job: Option<String>,
    pub media: Option<CreditMedia>,
    pub media_type: Option<String>,
    pub id: Option<String>,
    pub person: Option<CreditPerson>,
}

Fields

credit_type: Option<String>department: Option<String>job: Option<String>media: Option<CreditMedia>media_type: Option<String>id: Option<String>person: Option<CreditPerson>

Trait Implementations

impl Clone for Credit[src]

impl Default for Credit[src]

impl Debug for Credit[src]

impl Serialize for Credit[src]

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

Auto Trait Implementations

impl Send for Credit

impl Sync for Credit

impl Unpin for Credit

impl UnwindSafe for Credit

impl RefUnwindSafe for Credit

Blanket Implementations

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

impl<T> From<T> for 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

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

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

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