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 occurring over a period of time.

Fields

Trait Implementations

impl Clone for DataBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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. Read more

Auto Trait Implementations

impl Send for DataBlock

impl Sync for DataBlock