Struct forecast_io::Daily [] [src]

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

Fields

data: Vec<DailyData> icon: Icon summary: String

Trait Implementations

impl Debug for Daily
[src]

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

Formats the value using the given formatter.

impl Clone for Daily
[src]

fn clone(&self) -> Daily

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