Struct forecast_io::Hourly [] [src]

pub struct Hourly {
    pub data: Vec<HourlyData>,
    pub icon: Icon,
    pub summary: String,
}

Fields

Trait Implementations

impl Debug for Hourly
[src]

Formats the value using the given formatter.

impl Clone for Hourly
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more