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 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.