Enum bufkit_data::StateProv
source · [−]pub enum StateProv {
Show 58 variants
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,
}Expand description
State/Providence abreviations for declaring a state in the site.
Variants
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
Implementations
sourceimpl StateProv
impl StateProv
sourcepub fn as_static_str(self) -> &'static str
pub fn as_static_str(self) -> &'static str
Get a static string representation.
Trait Implementations
sourceimpl IntoEnumIterator for StateProv
impl IntoEnumIterator for StateProv
impl Copy for StateProv
impl Eq for StateProv
impl StructuralEq for StateProv
impl StructuralPartialEq for StateProv
Auto Trait Implementations
impl RefUnwindSafe for StateProv
impl Send for StateProv
impl Sync for StateProv
impl Unpin for StateProv
impl UnwindSafe for StateProv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more