[][src]Struct rusoto_medialive::FollowModeScheduleActionStartSettings

pub struct FollowModeScheduleActionStartSettings {
    pub follow_point: String,
    pub reference_action_name: String,
}

Settings to specify if an action follows another.

Fields

follow_point: String

Identifies whether this action starts relative to the start or relative to the end of the reference action.

reference_action_name: String

The action name of another action that this one refers to.

Trait Implementations

impl Clone for FollowModeScheduleActionStartSettings[src]

impl Debug for FollowModeScheduleActionStartSettings[src]

impl Default for FollowModeScheduleActionStartSettings[src]

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

impl PartialEq<FollowModeScheduleActionStartSettings> for FollowModeScheduleActionStartSettings[src]

impl Serialize for FollowModeScheduleActionStartSettings[src]

impl StructuralPartialEq for FollowModeScheduleActionStartSettings[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.