Enum bufkit_data::StateProv[][src]

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

State/Providence abreviations for declaring a state in the site.

Variants

Trait Implementations

impl Debug for StateProv
[src]

Formats the value using the given formatter. Read more

impl Clone for StateProv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StateProv
[src]

impl PartialEq for StateProv
[src]

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

This method tests for !=.

impl Eq for StateProv
[src]

impl FromStr for StateProv
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl AsStaticRef<str> for StateProv
[src]

impl IntoEnumIterator for StateProv
[src]

Auto Trait Implementations

impl Send for StateProv

impl Sync for StateProv