Struct airkorea::AirStatus[][src]

pub struct AirStatus {
    pub station_address: String,
    pub pollutants: Vec<Pollutant>,
}

Fields

Trait Implementations

impl Clone for AirStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AirStatus
[src]

Formats the value using the given formatter. Read more

impl IntoIterator for AirStatus
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for AirStatus

impl Sync for AirStatus