[][src]Struct rusoto_mediaconvert::HlsCaptionLanguageMapping

pub struct HlsCaptionLanguageMapping {
    pub caption_channel: Option<i64>,
    pub custom_language_code: Option<String>,
    pub language_code: Option<String>,
    pub language_description: Option<String>,
}

Caption Language Mapping

Fields

caption_channel: Option<i64>

Caption channel.

custom_language_code: Option<String>

Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code

language_code: Option<String>

Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.

language_description: Option<String>

Caption language description.

Trait Implementations

impl Clone for HlsCaptionLanguageMapping[src]

impl Debug for HlsCaptionLanguageMapping[src]

impl Default for HlsCaptionLanguageMapping[src]

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

impl PartialEq<HlsCaptionLanguageMapping> for HlsCaptionLanguageMapping[src]

impl Serialize for HlsCaptionLanguageMapping[src]

impl StructuralPartialEq for HlsCaptionLanguageMapping[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: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.