[][src]Struct rusoto_mediaconvert::ContainerSettings

pub struct ContainerSettings {
    pub container: Option<String>,
    pub f_4v_settings: Option<F4vSettings>,
    pub m_2ts_settings: Option<M2tsSettings>,
    pub m_3u_8_settings: Option<M3u8Settings>,
    pub mov_settings: Option<MovSettings>,
    pub mp_4_settings: Option<Mp4Settings>,
}

Container specific settings.

Fields

container: Option<String>f_4v_settings: Option<F4vSettings>m_2ts_settings: Option<M2tsSettings>m_3u_8_settings: Option<M3u8Settings>mov_settings: Option<MovSettings>mp_4_settings: Option<Mp4Settings>

Trait Implementations

impl PartialEq<ContainerSettings> for ContainerSettings[src]

impl Default for ContainerSettings[src]

impl Clone for ContainerSettings[src]

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

Performs copy-assignment from source. Read more

impl Debug for ContainerSettings[src]

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

impl Serialize for ContainerSettings[src]

Auto Trait Implementations

Blanket Implementations

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> From for T[src]

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> 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> Any for T where
    T: 'static + ?Sized
[src]

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