Struct forecast_io::HourlyData [] [src]

pub struct HourlyData {
    pub apparent_temperature: f64,
    pub cloud_cover: f64,
    pub dew_point: f64,
    pub humidity: f64,
    pub icon: Icon,
    pub ozone: f64,
    pub precip_intensity: f64,
    pub precip_probability: f64,
    pub precip_type: Option<PrecipitationType>,
    pub pressure: f64,
    pub summary: String,
    pub temperature: f64,
    pub time: u64,
    pub visibility: f64,
    pub wind_bearing: f64,
    pub wind_speed: f64,
}

Fields

Trait Implementations

impl Debug for HourlyData
[src]

Formats the value using the given formatter.

impl Clone for HourlyData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more