Struct forecast_io::Minutely [] [src]

pub struct Minutely {
    pub data: Vec<MinutelyData>,
    pub icon: Icon,
    pub summary: String,
}

Fields

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

Trait Implementations

impl Debug for Minutely
[src]

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

Formats the value using the given formatter.

impl Clone for Minutely
[src]

fn clone(&self) -> Minutely

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