[][src]Struct rusoto_mq::WeeklyStartTime

pub struct WeeklyStartTime {
    pub day_of_week: Option<String>,
    pub time_of_day: Option<String>,
    pub time_zone: Option<String>,
}

The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.

Fields

Required. The day of the week.

Required. The time, in 24-hour format.

The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

Trait Implementations

impl Clone for WeeklyStartTime
[src]

Performs copy-assignment from source. Read more

impl Default for WeeklyStartTime
[src]

impl PartialEq<WeeklyStartTime> for WeeklyStartTime
[src]

impl Debug for WeeklyStartTime
[src]

impl Serialize for WeeklyStartTime
[src]

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