Struct airkorea::Pollutant [] [src]

pub struct Pollutant {
    pub name: String,
    pub unit: String,
    pub level_by_time: Vec<Option<f32>>,
    pub grade: Grade,
}

Fields

Trait Implementations

impl Clone for Pollutant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Pollutant
[src]

[src]

Formats the value using the given formatter. Read more