Struct darksky::Datablock [] [src]

pub struct Datablock {
    pub data: Option<Vec<Datapoint>>,
    pub icon: Option<Icon>,
    pub summary: Option<String>,
}

A block of data within a Forecast, with potentially many Datapoints.

Fields

Trait Implementations

impl Clone for Datablock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Datablock
[src]

[src]

Formats the value using the given formatter.