[][src]Struct rusoto_medialive::DeleteMultiplexProgramResponse

pub struct DeleteMultiplexProgramResponse {
    pub channel_id: Option<String>,
    pub multiplex_program_settings: Option<MultiplexProgramSettings>,
    pub packet_identifiers_map: Option<MultiplexProgramPacketIdentifiersMap>,
    pub program_name: Option<String>,
}

Placeholder documentation for DeleteMultiplexProgramResponse

Fields

channel_id: Option<String>

The MediaLive channel associated with the program.

multiplex_program_settings: Option<MultiplexProgramSettings>

The settings for this multiplex program.

packet_identifiers_map: Option<MultiplexProgramPacketIdentifiersMap>

The packet identifier map for this multiplex program.

program_name: Option<String>

The name of the multiplex program.

Trait Implementations

impl Clone for DeleteMultiplexProgramResponse[src]

impl Debug for DeleteMultiplexProgramResponse[src]

impl Default for DeleteMultiplexProgramResponse[src]

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

impl PartialEq<DeleteMultiplexProgramResponse> for DeleteMultiplexProgramResponse[src]

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

impl<T> From<T> 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.