Struct google_qpxexpress1::TimeOfDayRange[][src]

pub struct TimeOfDayRange {
    pub earliest_time: Option<String>,
    pub kind: Option<String>,
    pub latest_time: Option<String>,
}

Two times in a single day defining a time range.

This type is not used in any activity, and only used as part of another schema.

Fields

The earliest time of day in HH:MM format.

Identifies this as a time of day range object, representing two times in a single day defining a time range. Value: the fixed string qpxexpress#timeOfDayRange.

The latest time of day in HH:MM format.

Trait Implementations

impl Default for TimeOfDayRange
[src]

Returns the "default value" for a type. Read more

impl Clone for TimeOfDayRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeOfDayRange
[src]

Formats the value using the given formatter. Read more

impl Part for TimeOfDayRange
[src]

Auto Trait Implementations