[][src]Struct tmdb_client::models::CertificationsCertifications

pub struct CertificationsCertifications {
    pub br: Option<Vec<Certification>>,
    pub de: Option<Vec<Certification>>,
    pub au: Option<Vec<Certification>>,
    pub india: Option<Vec<Certification>>,
    pub gb: Option<Vec<Certification>>,
    pub fr: Option<Vec<Certification>>,
    pub nz: Option<Vec<Certification>>,
    pub us: Option<Vec<Certification>>,
    pub ca: Option<Vec<Certification>>,
}

Fields

br: Option<Vec<Certification>>de: Option<Vec<Certification>>au: Option<Vec<Certification>>india: Option<Vec<Certification>>gb: Option<Vec<Certification>>fr: Option<Vec<Certification>>nz: Option<Vec<Certification>>us: Option<Vec<Certification>>ca: Option<Vec<Certification>>

Trait Implementations

impl Clone for CertificationsCertifications[src]

impl Debug for CertificationsCertifications[src]

impl Default for CertificationsCertifications[src]

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

impl Serialize for CertificationsCertifications[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