[][src]Enum reso_dd::StateOrProvince

pub enum StateOrProvince {
    AB,
    AK,
    AL,
    AR,
    AZ,
    BC,
    CA,
    CO,
    CT,
    DC,
    DE,
    FL,
    GA,
    HI,
    IA,
    ID,
    IL,
    IN,
    KS,
    KY,
    LA,
    MA,
    MB,
    MD,
    ME,
    MI,
    MN,
    MO,
    MS,
    MT,
    NB,
    NC,
    ND,
    NE,
    NF,
    NH,
    NJ,
    NM,
    NS,
    NT,
    NU,
    NV,
    NY,
    OH,
    OK,
    ON,
    OR,
    PA,
    PE,
    QC,
    RI,
    SC,
    SD,
    SK,
    TN,
    TX,
    UT,
    VA,
    VI,
    VT,
    WA,
    WI,
    WV,
    WY,
    YT,
    OpenEnumeration(String),
}

Variants

AB

"AB": The Canadian province in which the listing is located is Alberta.

AK

"AK": The state in which the listing is located is Alaska.

AL

"AL": The state in which the listing is located is Alabama.

AR

"AR": The state in which the listing is located is Arkansas.

AZ

"AZ": The state in which the listing is located is Arizona.

BC

"BC": The Canadian province in which the listing is located is British Columbia.

CA

"CA": The state in which the listing is located is California.

CO

"CO": The state in which the listing is located is Colorado.

CT

"CT": The state in which the listing is located is Connecticut.

DC

"DC": The federal district in which the listing is located is District of Columbia.

DE

"DE": The state in which the listing is located is Delaware.

FL

"FL": The state in which the listing is located is Florida.

GA

"GA": The state in which the listing is located is Georgia.

HI

"HI": The state in which the listing is located is Hawaii.

IA

"IA": The state in which the listing is located is Iowa.

ID

"ID": The state in which the listing is located is Idaho.

IL

"IL": The state in which the listing is located is Illinois.

IN

"IN": The state in which the listing is located is Indiana.

KS

"KS": The state in which the listing is located is Kansas.

KY

"KY": The state in which the listing is located is Kentucky.

LA

"LA": The state in which the listing is located is Louisiana.

MA

"MA": The state in which the listing is located is Massachusetts.

MB

"MB": The Canadian province in which the listing is located is Manitoba.

MD

"MD": The state in which the listing is located is Maryland.

ME

"ME": The state in which the listing is located is Maine.

MI

"MI": The state in which the listing is located is Michigan.

MN

"MN": The state in which the listing is located is Minnesota.

MO

"MO": The state in which the listing is located is Missouri.

MS

"MS": The state in which the listing is located is Mississippi.

MT

"MT": The state in which the listing is located is Montana.

NB

"NB": The Canadian province in which the listing is located is New Brunswick.

NC

"NC": The state in which the listing is located is North Carolina.

ND

"ND": The state in which the listing is located is North Dakota.

NE

"NE": The state in which the listing is located is Nebraska.

NF

"NF": The Canadian province in which the listing is located is Newfoundland and Labrador.

NH

"NH": The state in which the listing is located is New Hampshire.

NJ

"NJ": The state in which the listing is located is New Jersey.

NM

"NM": The state in which the listing is located is New Mexico.

NS

"NS": The Canadian province in which the listing is located is Nova Scotia.

NT

"NT": The Canadian territory in which the listing is located is Northwest Territories.

NU

"NU": The Canadian territory in which the listing is located is Nunavut.

NV

"NV": The state in which the listing is located is Nevada.

NY

"NY": The state in which the listing is located is New York.

OH

"OH": The state in which the listing is located is Ohio.

OK

"OK": The state in which the listing is located is Oklahoma.

ON

"ON": The Canadian province in which the listing is located is Ontario.

OR

"OR": The state in which the listing is located is Oregon.

PA

"PA": The state in which the listing is located is Pennsylvania.

PE

"PE": The Canadian province in which the listing is located is Prince Edward Island.

QC

"QC": The Canadian province in which the listing is located is Quebec.

RI

"RI": The state in which the listing is located is Rhode Island.

SC

"SC": The state in which the listing is located is South Carolina.

SD

"SD": The state in which the listing is located is South Dakota.

SK

"SK": The Canadian province in which the listing is located is Saskatchewan.

TN

"TN": The state in which the listing is located is Tennessee.

TX

"TX": The state in which the listing is located is Texas.

UT

"UT": The state in which the listing is located is Utah.

VA

"VA": The state in which the listing is located is Virginia.

VI

"VI": The territory in which the listing is located is Virgin Islands.

VT

"VT": The state in which the listing is located is Vermont.

WA

"WA": The state in which the listing is located is Washington.

WI

"WI": The state in which the listing is located is Wisconsin.

WV

"WV": The state in which the listing is located is West Virginia.

WY

"WY": The state in which the listing is located is Wyoming.

YT

"YT": The Canadian territory in which the listing is located is Yukon.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for StateOrProvince[src]

impl Debug for StateOrProvince[src]

impl<'de> Deserialize<'de> for StateOrProvince[src]

impl Eq for StateOrProvince[src]

impl<'_> From<&'_ str> for StateOrProvince[src]

impl<'a> From<&'a StateOrProvince> for &'a str[src]

impl From<String> for StateOrProvince[src]

impl PartialEq<StateOrProvince> for StateOrProvince[src]

impl ResoEnumeration for StateOrProvince[src]

impl Serialize for StateOrProvince[src]

impl StructuralEq for StateOrProvince[src]

impl StructuralPartialEq for StateOrProvince[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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.