Enum ghcn_daily::element::Element [] [src]

pub enum Element {
    Precipation,
    Snowfall,
    Snowdepth,
    MaxTemp,
    MinTemp,
}

Variants

PRCP = Precipitation (tenths of mm)

SNOW = Snowfall (mm)

SNWD = Snow depth (mm)

TMAX = Maximum temperature (tenths of degrees C)

Trait Implementations

impl Debug for Element
[src]

Formats the value using the given formatter.

impl Copy for Element
[src]

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Element
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more