pub enum CountrySubdivisionCode {
}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
DC
AS
GU
MP
PR
UM
VI
Other(Box<str>)
Implementations§
Source§impl CountrySubdivisionCode
impl CountrySubdivisionCode
pub const COUNTRY_CODE: CountryCode = CountryCode::US
pub const VARS: &'static [CountrySubdivisionCode]
Trait Implementations§
Source§impl Clone for CountrySubdivisionCode
impl Clone for CountrySubdivisionCode
Source§fn clone(&self) -> CountrySubdivisionCode
fn clone(&self) -> CountrySubdivisionCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CountrySubdivisionCode
impl Debug for CountrySubdivisionCode
Source§impl Default for CountrySubdivisionCode
impl Default for CountrySubdivisionCode
Source§impl<'de> Deserialize<'de> for CountrySubdivisionCode
Available on crate feature serde only.
impl<'de> Deserialize<'de> for CountrySubdivisionCode
Available on crate feature
serde only.Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CountrySubdivisionCode
impl Display for CountrySubdivisionCode
Source§impl FromStr for CountrySubdivisionCode
impl FromStr for CountrySubdivisionCode
Source§impl Hash for CountrySubdivisionCode
Available on crate feature std only.
impl Hash for CountrySubdivisionCode
Available on crate feature
std only.Source§impl<'a> PartialEq<&'a str> for CountrySubdivisionCode
impl<'a> PartialEq<&'a str> for CountrySubdivisionCode
Source§impl<'a> PartialEq<String> for CountrySubdivisionCode
impl<'a> PartialEq<String> for CountrySubdivisionCode
Source§impl<'a> PartialEq<str> for CountrySubdivisionCode
impl<'a> PartialEq<str> for CountrySubdivisionCode
Source§impl PartialEq for CountrySubdivisionCode
impl PartialEq for CountrySubdivisionCode
Source§impl Serialize for CountrySubdivisionCode
Available on crate feature serde only.
impl Serialize for CountrySubdivisionCode
Available on crate feature
serde only.impl Eq for CountrySubdivisionCode
Auto Trait Implementations§
impl Freeze for CountrySubdivisionCode
impl RefUnwindSafe for CountrySubdivisionCode
impl Send for CountrySubdivisionCode
impl Sync for CountrySubdivisionCode
impl Unpin for CountrySubdivisionCode
impl UnwindSafe for CountrySubdivisionCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more