Struct forecast_io::MinutelyData [] [src]

pub struct MinutelyData {
    pub precip_intensity: f64,
    pub precip_probability: f64,
    pub time: u64,
}

Fields

Trait Implementations

impl Debug for MinutelyData
[src]

Formats the value using the given formatter.

impl Copy for MinutelyData
[src]

impl Clone for MinutelyData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more