Struct darksky::Flags [] [src]

pub struct Flags {
    pub darksky_stations: Option<Vec<String>>,
    pub darksky_unavailable: Option<String>,
    pub datapoint_stations: Option<Vec<String>>,
    pub isd_stations: Option<Vec<String>>,
    pub lamp_stations: Option<Vec<String>>,
    pub metar_stations: Option<Vec<String>>,
    pub metno_license: Option<String>,
    pub sources: Option<Vec<String>>,
    pub units: Option<String>,
}

A set of flags for a forecast, such as the Units specified or the vector of DarkSky stations reporting.

Fields

A list of DarkSky stations used for the Forecast.

A list of the unavailable DarkSky stations.

A list of the

A list of ISD stations used.

A list of LAMP stations used to obtain the information.

A list of METAR stations used to obtain the information.

The METNO license used.

A list of sources used to obtain the information.

The Units used to format the data.

Trait Implementations

impl Clone for Flags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Flags
[src]

[src]

Formats the value using the given formatter.