pub enum UnitedStates {
Show 47 variants
Alabama,
Alaska,
Arizona,
Arkansas,
California,
Colorado,
Connecticut,
Delaware,
DistrictOfColumbia,
Florida,
Georgia,
Hawaii,
Idaho,
Illinois,
Indiana,
Iowa,
Kansas,
Kentucky,
Louisiana,
Maine,
Maryland,
Massachusetts,
Michigan,
Minnesota,
Missouri,
Montana,
Nebraska,
Nevada,
NewHampshire,
NewJersey,
NewMexico,
NewYork,
NorthCarolina,
Ohio,
Oklahoma,
Oregon,
Pennsylvania,
RhodeIsland,
SouthCarolina,
Tennessee,
Texas,
Utah,
Vermont,
Virginia,
Washington,
WestVirginia,
Wisconsin,
}Expand description
Subregions for the United States region.
Variants§
Alabama
Alabama.
Alaska
Alaska.
Arizona
Arizona.
Arkansas
Arkansas.
California
California.
Colorado
Colorado.
Connecticut
Connecticut.
Delaware
Delaware.
DistrictOfColumbia
District Of Columbia.
Florida
Florida.
Georgia
Georgia.
Hawaii
Hawaii.
Idaho
Idaho.
Illinois
Illinois.
Indiana
Indiana.
Iowa
Iowa.
Kansas
Kansas.
Kentucky
Kentucky.
Louisiana
Louisiana.
Maine
Maine.
Maryland
Maryland.
Massachusetts
Massachusetts.
Michigan
Michigan.
Minnesota
Minnesota.
Missouri
Missouri.
Montana
Montana.
Nebraska
Nebraska.
Nevada
Nevada.
NewHampshire
New Hampshire.
NewJersey
New Jersey.
NewMexico
New Mexico.
NewYork
New York.
NorthCarolina
North Carolina.
Ohio
Ohio.
Oklahoma
Oklahoma.
Oregon
Oregon.
Pennsylvania
Pennsylvania.
RhodeIsland
Rhode Island.
SouthCarolina
South Carolina.
Tennessee
Tennessee.
Texas
Texas.
Utah
Utah.
Vermont
Vermont.
Virginia
Virginia.
Washington
Washington.
WestVirginia
West Virginia.
Wisconsin
Wisconsin.
Trait Implementations§
Source§impl Clone for UnitedStates
impl Clone for UnitedStates
Source§fn clone(&self) -> UnitedStates
fn clone(&self) -> UnitedStates
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 UnitedStates
impl Debug for UnitedStates
Source§impl<'de> Deserialize<'de> for UnitedStates
impl<'de> Deserialize<'de> for UnitedStates
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 UnitedStates
impl Display for UnitedStates
Source§impl From<UnitedStates> for Region
impl From<UnitedStates> for Region
Source§fn from(region: UnitedStates) -> Self
fn from(region: UnitedStates) -> Self
Converts to this type from the input type.
Source§impl Hash for UnitedStates
impl Hash for UnitedStates
Source§impl PartialEq for UnitedStates
impl PartialEq for UnitedStates
Source§impl Serialize for UnitedStates
impl Serialize for UnitedStates
impl Copy for UnitedStates
impl Eq for UnitedStates
impl StructuralPartialEq for UnitedStates
Auto Trait Implementations§
impl Freeze for UnitedStates
impl RefUnwindSafe for UnitedStates
impl Send for UnitedStates
impl Sync for UnitedStates
impl Unpin for UnitedStates
impl UnwindSafe for UnitedStates
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.