[][src]Struct rusoto_medialive::ArchiveOutputSettings

pub struct ArchiveOutputSettings {
    pub container_settings: ArchiveContainerSettings,
    pub extension: Option<String>,
    pub name_modifier: Option<String>,
}

Placeholder documentation for ArchiveOutputSettings

Fields

Settings specific to the container type of the file.

Output file extension. If excluded, this will be auto-selected from the container type.

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

Trait Implementations

impl Clone for ArchiveOutputSettings
[src]

Performs copy-assignment from source. Read more

impl Default for ArchiveOutputSettings
[src]

impl PartialEq<ArchiveOutputSettings> for ArchiveOutputSettings
[src]

impl Debug for ArchiveOutputSettings
[src]

impl Serialize for ArchiveOutputSettings
[src]

impl<'de> Deserialize<'de> for ArchiveOutputSettings
[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