Struct forecast_io::Current [] [src]

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

Fields

Trait Implementations

impl Debug for Current
[src]

Formats the value using the given formatter.

impl Clone for Current
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more