[][src]Enum metar::WeatherCondition

pub enum WeatherCondition {
    Shallow,
    Partial,
    Patches,
    LowDrifting,
    Blowing,
    Showers,
    Thunderstorm,
    Freezing,
    Rain,
    Drizzle,
    Snow,
    SnowGrains,
    IceCrystals,
    IcePellets,
    Hail,
    SnowPelletsOrSmallHail,
    UnknownPrecipitation,
    Fog,
    VolcanicAsh,
    Mist,
    Haze,
    WidespreadDust,
    Smoke,
    Sand,
    Spray,
    Squall,
    Dust,
    Duststorm,
    Sandstorm,
    FunnelCloud,
}

Descriptor of weather

Variants

Shallow

[Descriptor] Shallow (MI)

Partial

[Descriptor] Partial (PR)

Patches

[Descriptor] Patches (BC)

LowDrifting

[Descriptor] Low drifting (DR)

Blowing

[Descriptor] Blowing (BL)

Showers

[Descriptor] Showers (SH)

Thunderstorm

[Descriptor] Thunderstorm (TS)

Freezing

[Descriptor] Freezing (FZ)

Rain

[Precipitation] Rain (RA)

Drizzle

[Precipitation] Drizzle (DZ)

Snow

[Precipitation] Snow (SN)

SnowGrains

[Precipitation] Snow Grains (SG)

IceCrystals

[Precipitation] Ice Crystals (IC)

IcePellets

[Precipitation] Ice pellets (PL)

Hail

[Precipitation] Hail (including small hail in the US) (GR)

SnowPelletsOrSmallHail

[Precipitation] Snow Pellets and/or Small Hail (except in US) (GS)

UnknownPrecipitation

[Precipitation] Unknown precipitation (UP)

Fog

[Obscuration] Fog (FG)

VolcanicAsh

[Obscuration] Volcanic Ash (VA)

Mist

[Obscuration] Mist (BR)

Haze

[Obscuration] Haze (HZ)

WidespreadDust

[Obscuration] Widespread dust (DU)

Smoke

[Obscuration] Smoke (FU)

Sand

[Obscuration] Sand (SA)

Spray

[Obscuration] Spray (PY)

Squall

[Other] Squall (SQ)

Dust

[Other] Dust or Sand Whirls (PO)

Duststorm

[Other] Duststorm (DS)

Sandstorm

[Other] Sandstorm (SS)

FunnelCloud

[Other] Funnel Cloud (FC)

Trait Implementations

impl Clone for WeatherCondition[src]

impl Eq for WeatherCondition[src]

impl PartialEq<WeatherCondition> for WeatherCondition[src]

impl Debug for WeatherCondition[src]

impl StructuralPartialEq for WeatherCondition[src]

impl StructuralEq for WeatherCondition[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]