pub enum WeatherSevereType {
Show 86 variants Unspecified, Tornado, Tsunami, Hurricane, ExtremeWind, Typhoon, InlandHurricane, HurricaneForceWind, Waterspout, SevereThunderstorm, WreckhouseWinds, LesSuetesWind, Avalanche, FlashFlood, TropicalStorm, InlandTropicalStorm, Blizzard, IceStorm, FreezingRain, DebrisFlow, FlashFreeze, DustStorm, HighWind, WinterStorm, HeavyFreezingSpray, ExtremeCold, WindChill, ColdWave, HeavySnowAlert, LakeEffectBlowingSnow, SnowSquall, LakeEffectSnow, WinterWeather, Sleet, Snowfall, SnowAndBlowingSnow, BlowingSnow, SnowAlert, ArcticOutflow, FreezingDrizzle, Storm, StormSurge, Rainfall, ArealFlood, CoastalFlood, LakeshoreFlood, ExcessiveHeat, Heat, Weather, HighHeatAndHumidity, HumidexAndHealth, Humidex, Gale, FreezingSpray, SpecialMarine, Squall, StrongWind, LakeWind, MarineWeather, Wind, SmallCraftHazardousSeas, HazardousSeas, SmallCraft, SmallCraftWinds, SmallCraftRoughBar, HighWaterLevel, Ashfall, FreezingFog, DenseFog, DenseSmoke, BlowingDust, HardFreeze, Freeze, Frost, FireWeather, Flood, RipTide, HighSurf, Smog, AirQuality, BriskWind, AirStagnation, LowWater, Hydrological, SpecialWeather, Unknown,
}

Variants

Unspecified

Tornado

Tsunami

Hurricane

ExtremeWind

Typhoon

InlandHurricane

HurricaneForceWind

Waterspout

SevereThunderstorm

WreckhouseWinds

LesSuetesWind

Avalanche

FlashFlood

TropicalStorm

InlandTropicalStorm

Blizzard

IceStorm

FreezingRain

DebrisFlow

FlashFreeze

DustStorm

HighWind

WinterStorm

HeavyFreezingSpray

ExtremeCold

WindChill

ColdWave

HeavySnowAlert

LakeEffectBlowingSnow

SnowSquall

LakeEffectSnow

WinterWeather

Sleet

Snowfall

SnowAndBlowingSnow

BlowingSnow

SnowAlert

ArcticOutflow

FreezingDrizzle

Storm

StormSurge

Rainfall

ArealFlood

CoastalFlood

LakeshoreFlood

ExcessiveHeat

Heat

Weather

HighHeatAndHumidity

HumidexAndHealth

Humidex

Gale

FreezingSpray

SpecialMarine

Squall

StrongWind

LakeWind

MarineWeather

Wind

SmallCraftHazardousSeas

HazardousSeas

SmallCraft

SmallCraftWinds

SmallCraftRoughBar

HighWaterLevel

Ashfall

FreezingFog

DenseFog

DenseSmoke

BlowingDust

HardFreeze

Freeze

Frost

FireWeather

Flood

RipTide

HighSurf

Smog

AirQuality

BriskWind

AirStagnation

LowWater

Hydrological

SpecialWeather

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.