Struct forecast_io::Daily [] [src]

pub struct Daily {
    pub data: Vec<DailyData>,
    pub icon: Icon,
    pub summary: String,
}

Fields

Trait Implementations

impl Debug for Daily
[src]

Formats the value using the given formatter.

impl Clone for Daily
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more