pub enum WMODataTypeT1 {
Show 24 variants Analyses, AddressedMessage, ClimaticData, GridD, SatelliteImg, Forecasts, GridPointInformationGrid, GridPointInformationGrib, ObservationalData, ForecastInformation, Crex, AviationInformation, Notices, OceanographicInformation, Pictoral, PictoralRegional, SurfaceData, SatalliteData, UpperAirData, NationalData, Warnings, CAP, GribRegionalUse, Unused,
}
Expand description

T1 datatype designator

This is defined in table A, and represents the general data type

Variants

Analyses

Analyses

T1 Code A

AddressedMessage

Addressed message

T1 Code B

ClimaticData

Climatic data

T1 Code C

GridD

Grid point information (GRID)

T1 Code D

SatelliteImg

Satellite imagery

T1 Code E

Forecasts

Forecasts

T1 Code F

GridPointInformationGrid

Grid point information (GRID format)

T1 code G

GridPointInformationGrib

Grid point information (GRIB format)

T1 code H

ObservationalData

Observational data (Binary coded) - BUFR

T1 code I

ForecastInformation

Forecast information (Binary coded) - BUFR

T1 code J

Crex

CREX

T1 code K

AviationInformation

Aviation inforamtion (XML)

T1 code L

Notices

Notices

T1 Code N

OceanographicInformation

Oceanographic information (GRIB format)

T1 code O

Pictoral

Pictoral information

T1 code P

PictoralRegional

Picture information regional

T1 code Q

SurfaceData

Surface data

T1 Code S

SatalliteData

Satellite data

T1 Code T

UpperAirData

Upper-air data

T1 Code U

NationalData

National data

T1 code V

Warnings

Warning

T1 Code W

CAP

Common Alert Protocol (CAP) messages

T1 Code X

GribRegionalUse

GRIB regional use

T1 Code Y

Unused

Unused

T1 codes M, R, and Z are unused, and if parsed, will return this value

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Parse a WMODataTypeT1 value from a single upper-case ASCII character (in the range A to Z)

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.