Struct forecast::DataBlock [] [src]

pub struct DataBlock {
    pub data: Vec<DataPoint>,
    pub summary: Option<String>,
    pub icon: Option<Icon>,
}

Model object representing the various weather phenomena ocurring over a period of time.

Fields

Trait Implementations

impl PartialEq for DataBlock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DataBlock
[src]

Formats the value using the given formatter.