Struct airkorea::Pollutant[][src]

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

Fields

Trait Implementations

impl Clone for Pollutant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pollutant
[src]

Formats the value using the given formatter. Read more

impl Display for Pollutant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pollutant

impl Sync for Pollutant