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]

[src]

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

impl Debug for TimeRange
[src]

[src]

Formats the value using the given formatter.

impl Clone for TimeRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more