[][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

Trait Implementations

impl Clone for CaptionDestinationSettings
[src]

Performs copy-assignment from source. Read more

impl Default for CaptionDestinationSettings
[src]

impl PartialEq<CaptionDestinationSettings> for CaptionDestinationSettings
[src]

impl Debug for CaptionDestinationSettings
[src]

impl Serialize for CaptionDestinationSettings
[src]

impl<'de> Deserialize<'de> 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]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut 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> Same for T

Should always be Self

impl<T> Erased for T