[][src]Struct tmdb_client::models::Translation

pub struct Translation {
    pub iso_3166_1: Option<String>,
    pub name: Option<String>,
    pub iso_639_1: Option<String>,
    pub english_name: Option<String>,
    pub data: Option<TranslationData>,
}

Fields

iso_3166_1: Option<String>name: Option<String>iso_639_1: Option<String>english_name: Option<String>data: Option<TranslationData>

Trait Implementations

impl Clone for Translation[src]

impl Debug for Translation[src]

impl Default for Translation[src]

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

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