Struct rusoto_codedeploy::TimeRange[][src]

pub struct TimeRange {
    pub end: Option<f64>,
    pub start: Option<f64>,
}

Information about a time range.

Fields

The end time of the time range.

Specify null to leave the end time open-ended.

The start time of the time range.

Specify null to leave the start time open-ended.

Trait Implementations

impl Default for TimeRange
[src]

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

impl Debug for TimeRange
[src]

Formats the value using the given formatter. Read more

impl Clone for TimeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TimeRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TimeRange

impl Sync for TimeRange