Enum aqi_nacor_schema::schema::USStateCodeType[][src]

pub enum USStateCodeType {
    AL,
    AK,
    AS,
    AZ,
    AR,
    CA,
    CO,
    CT,
    DE,
    DC,
    FM,
    FL,
    GA,
    GU,
    HI,
    ID,
    IL,
    IN,
    IA,
    KS,
    KY,
    LA,
    ME,
    MH,
    MD,
    MA,
    MI,
    MN,
    MS,
    MO,
    MT,
    NE,
    NV,
    NH,
    NJ,
    NM,
    NY,
    NC,
    ND,
    MP,
    OH,
    OK,
    OR,
    PW,
    PA,
    PR,
    RI,
    SC,
    SD,
    TN,
    TX,
    UT,
    VT,
    VI,
    VA,
    WA,
    WV,
    WI,
    WY,
    AE,
    AA,
    AP,
    UK,
}

Variants

Trait Implementations

impl Clone for USStateCodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for USStateCodeType
[src]

impl Debug for USStateCodeType
[src]

Formats the value using the given formatter. Read more

impl Hash for USStateCodeType
[src]

Feeds this value into the given [Hasher]. Read more

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

impl Eq for USStateCodeType
[src]

impl PartialEq for USStateCodeType
[src]

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

This method tests for !=.

impl SchemaStringType for USStateCodeType
[src]

Auto Trait Implementations