Struct google_photoslibrary1::DateRange[][src]

pub struct DateRange {
    pub start_date: Option<Date>,
    pub end_date: Option<Date>,
}

Defines a range of dates. Both dates must be of the same format. For more information, see Date

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

Fields

The start date (included as part of the range) in one of the formats described.

The end date (included as part of the range). It must be specified in the same format as the start date.

Trait Implementations

impl Default for DateRange
[src]

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

impl Clone for DateRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DateRange
[src]

Formats the value using the given formatter. Read more

impl Part for DateRange
[src]

Auto Trait Implementations

impl Send for DateRange

impl Sync for DateRange