Struct rusoto_shield::TimeRange[][src]

pub struct TimeRange {
    pub from_inclusive: Option<f64>,
    pub to_exclusive: Option<f64>,
}

The time range.

Fields

The start time, in Unix time in seconds. For more information see timestamp.

The end time, in Unix time in seconds. For more information see timestamp.

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