Enum forecast::ExtendBy[][src]

pub enum ExtendBy {
    Hourly,
}

When present in a request, this feature causes response data to be reported for 168 hours into the future instead of 48 hours.

Variants

Trait Implementations

impl Clone for ExtendBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtendBy
[src]

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

This method tests for !=.

impl Eq for ExtendBy
[src]

impl Debug for ExtendBy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExtendBy

impl Sync for ExtendBy