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

alerts: Vec<Alert> currently: Current daily: Daily flags: Flags hourly: Hourly latitude: f64 longitude: f64 minutely: Minutely offset: f64 timezone: String

Trait Implementations

impl Debug for Forecast
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Forecast
[src]

fn clone(&self) -> Forecast

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more