Enum weather_icons::Condition [] [src]

pub enum Condition {
    CloudyWindy,
    Cloudy,
    Fog,
    Hail,
    Lightning,
    RainMix,
    RainWind,
    Rain,
    Showers,
    Snow,
    Sprinkle,
    PartlyCloudy,
    Fair,
    StormShowers,
    Thunderstorm,
    SnowWind,
    SleetStorm,
    SnowThunderstorm,
    CloudyHigh,
    Sleet,
}

Variants

Methods

impl Condition
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Condition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Condition
[src]

impl Debug for Condition
[src]

[src]

Formats the value using the given formatter.

impl Default for Condition
[src]

[src]

Returns the "default value" for a type. Read more