Struct forecast_io::Forecast [] [src]

pub struct Forecast {
    pub alerts: Vec<Alert>,
    pub currently: Current,
    pub daily: Daily,
    pub flags: Flags,
    pub hourly: Hourly,
    pub latitude: f64,
    pub longitude: f64,
    pub minutely: Minutely,
    pub offset: f64,
    pub timezone: String,
}

Fields

Trait Implementations

impl Debug for Forecast
[src]

Formats the value using the given formatter.

impl Clone for Forecast
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more