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
ALAKAZARCACOCTDEFLGAHIIDILINIAKSKYLAMEMDMAMIMNMSMOMTNENVNHNJNMNYNCNDOHOKORPARISCSDTNTXUTVTVAWAWVWIWYASDCFMMHMPPWPRVI
Trait Implementations
impl Debug for StateProv[src]
impl Debug for StateProvfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for StateProv[src]
impl Clone for StateProvfn clone(&self) -> StateProv[src]
fn clone(&self) -> StateProvReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for StateProv[src]
impl Copy for StateProvimpl PartialEq for StateProv[src]
impl PartialEq for StateProvfn eq(&self, other: &StateProv) -> bool[src]
fn eq(&self, other: &StateProv) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for StateProv[src]
impl Eq for StateProvimpl FromStr for StateProv[src]
impl FromStr for StateProvtype Err = ParseError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<StateProv, Self::Err>[src]
fn from_str(s: &str) -> Result<StateProv, Self::Err>Parses a string s to return a value of this type. Read more
impl AsStaticRef<str> for StateProv[src]
impl AsStaticRef<str> for StateProvimpl IntoEnumIterator for StateProv[src]
impl IntoEnumIterator for StateProv