pub enum AddressType {
Show 139 variants
Accounting,
Airport,
AmusementPark,
Aquarium,
ArtGallery,
Atm,
Bakery,
Bank,
Bar,
BeautySalon,
BicycleStore,
BookStore,
BowlingAlley,
BusStation,
Cafe,
Campground,
CarDealer,
CarRental,
CarRepair,
CarWash,
Casino,
Cemetery,
Church,
CityHall,
ClothingStore,
ConvenienceStore,
Courthouse,
Dentist,
DepartmentStore,
Doctor,
Drugstore,
Electrician,
ElectronicsStore,
Embassy,
FireStation,
Florist,
FuneralHome,
FurnitureStore,
GasStation,
Gym,
HairCare,
HardwareStore,
HinduTemple,
HomeGoodsStore,
Hospital,
InsuranceAgency,
JewelryStore,
Laundry,
Lawyer,
Library,
LightRailStation,
LiquorStore,
LocalGovernmentOffice,
Locksmith,
Lodging,
MealDelivery,
MealTakeaway,
Mosque,
MovieRental,
MovieTheater,
MovingCompany,
Museum,
NightClub,
Painter,
Park,
Parking,
PetStore,
Pharmacy,
Physiotherapist,
Plumber,
Police,
PostOffice,
PrimarySchool,
RealEstateAgency,
Restaurant,
RoofingContractor,
RvPark,
School,
SecondarySchool,
ShoeStore,
ShoppingMall,
Spa,
Stadium,
Storage,
Store,
SubwayStation,
Supermarket,
Synagogue,
TaxiStand,
TouristAttraction,
TrainStation,
TransitStation,
TravelAgency,
University,
VeterinaryCare,
Zoo,
AdministrativeAreaLevel1,
AdministrativeAreaLevel2,
AdministrativeAreaLevel3,
AdministrativeAreaLevel4,
AdministrativeAreaLevel5,
Archipelago,
ColloquialArea,
Continent,
Country,
Establishment,
Finance,
Floor,
Food,
GeneralContractor,
Geocode,
Health,
Intersection,
Landmark,
Locality,
NaturalFeature,
Neighborhood,
PlaceOfWorship,
PlusCode,
PointOfInterest,
Political,
PostBox,
PostalCode,
PostalCodePrefix,
PostalCodeSuffix,
PostalTown,
Premise,
Room,
Route,
StreetAddress,
StreetNumber,
Sublocality,
SublocalityLevel1,
SublocalityLevel2,
SublocalityLevel3,
SublocalityLevel4,
SublocalityLevel5,
Subpremise,
TownSquare,
}Variants§
Accounting
Airport
AmusementPark
Aquarium
ArtGallery
Atm
Bakery
Bank
Bar
BeautySalon
BicycleStore
BookStore
BowlingAlley
BusStation
Cafe
Campground
CarDealer
CarRental
CarRepair
CarWash
Casino
Cemetery
Church
CityHall
ClothingStore
ConvenienceStore
Courthouse
Dentist
DepartmentStore
Doctor
Drugstore
Electrician
ElectronicsStore
Embassy
FireStation
Florist
FuneralHome
FurnitureStore
GasStation
Gym
HairCare
HardwareStore
HinduTemple
HomeGoodsStore
Hospital
InsuranceAgency
JewelryStore
Laundry
Lawyer
Library
LightRailStation
LiquorStore
LocalGovernmentOffice
Locksmith
Lodging
MealDelivery
MealTakeaway
Mosque
MovieRental
MovieTheater
MovingCompany
Museum
NightClub
Painter
Park
Parking
PetStore
Pharmacy
Physiotherapist
Plumber
Police
PostOffice
PrimarySchool
RealEstateAgency
Restaurant
RoofingContractor
RvPark
School
SecondarySchool
ShoeStore
ShoppingMall
Spa
Stadium
Storage
Store
SubwayStation
Supermarket
Synagogue
TaxiStand
TouristAttraction
TrainStation
TransitStation
TravelAgency
University
VeterinaryCare
Zoo
AdministrativeAreaLevel1
AdministrativeAreaLevel2
AdministrativeAreaLevel3
AdministrativeAreaLevel4
AdministrativeAreaLevel5
Archipelago
ColloquialArea
Continent
Country
Establishment
Finance
Floor
Food
GeneralContractor
Geocode
Health
Intersection
Landmark
Locality
NaturalFeature
Neighborhood
PlaceOfWorship
PlusCode
PointOfInterest
Political
PostBox
PostalCode
PostalCodePrefix
PostalCodeSuffix
PostalTown
Premise
Room
Route
StreetAddress
StreetNumber
Sublocality
SublocalityLevel1
SublocalityLevel2
SublocalityLevel3
SublocalityLevel4
SublocalityLevel5
Subpremise
TownSquare
Trait Implementations§
Source§impl Clone for AddressType
impl Clone for AddressType
Source§fn clone(&self) -> AddressType
fn clone(&self) -> AddressType
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 AddressType
impl Debug for AddressType
Source§impl<'de> Deserialize<'de> for AddressType
impl<'de> Deserialize<'de> for AddressType
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 PartialEq for AddressType
impl PartialEq for AddressType
impl Copy for AddressType
impl Eq for AddressType
impl StructuralPartialEq for AddressType
Auto Trait Implementations§
impl Freeze for AddressType
impl RefUnwindSafe for AddressType
impl Send for AddressType
impl Sync for AddressType
impl Unpin for AddressType
impl UnwindSafe for AddressType
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