Struct forecast_io::Minutely [] [src]

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

Fields

Trait Implementations

impl Debug for Minutely
[src]

Formats the value using the given formatter.

impl Clone for Minutely
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more