[][src]Struct rusoto_medialive::CaptionDestinationSettings

pub struct CaptionDestinationSettings {
    pub arib_destination_settings: Option<AribDestinationSettings>,
    pub burn_in_destination_settings: Option<BurnInDestinationSettings>,
    pub dvb_sub_destination_settings: Option<DvbSubDestinationSettings>,
    pub embedded_destination_settings: Option<EmbeddedDestinationSettings>,
    pub embedded_plus_scte_20_destination_settings: Option<EmbeddedPlusScte20DestinationSettings>,
    pub rtmp_caption_info_destination_settings: Option<RtmpCaptionInfoDestinationSettings>,
    pub scte_20_plus_embedded_destination_settings: Option<Scte20PlusEmbeddedDestinationSettings>,
    pub scte_27_destination_settings: Option<Scte27DestinationSettings>,
    pub smpte_tt_destination_settings: Option<SmpteTtDestinationSettings>,
    pub teletext_destination_settings: Option<TeletextDestinationSettings>,
    pub ttml_destination_settings: Option<TtmlDestinationSettings>,
    pub webvtt_destination_settings: Option<WebvttDestinationSettings>,
}

Placeholder documentation for CaptionDestinationSettings

Fields

arib_destination_settings: Option<AribDestinationSettings>burn_in_destination_settings: Option<BurnInDestinationSettings>dvb_sub_destination_settings: Option<DvbSubDestinationSettings>embedded_destination_settings: Option<EmbeddedDestinationSettings>embedded_plus_scte_20_destination_settings: Option<EmbeddedPlusScte20DestinationSettings>rtmp_caption_info_destination_settings: Option<RtmpCaptionInfoDestinationSettings>scte_20_plus_embedded_destination_settings: Option<Scte20PlusEmbeddedDestinationSettings>scte_27_destination_settings: Option<Scte27DestinationSettings>smpte_tt_destination_settings: Option<SmpteTtDestinationSettings>teletext_destination_settings: Option<TeletextDestinationSettings>ttml_destination_settings: Option<TtmlDestinationSettings>webvtt_destination_settings: Option<WebvttDestinationSettings>

Trait Implementations

impl Clone for CaptionDestinationSettings[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<CaptionDestinationSettings> for CaptionDestinationSettings[src]

impl Default for CaptionDestinationSettings[src]

impl Debug for CaptionDestinationSettings[src]

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

impl Serialize for CaptionDestinationSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self