Enum osm_geo_mapper::features::AmenityType[][src]

pub enum AmenityType {
    Bar,
    AmeBBQ,
    Biergarten,
    Cafe,
    DrinkingWater,
    FastFood,
    FoodCourt,
    IceCream,
    Pub,
    Restaurant,
    College,
    DrivingSchool,
    Kindergarten,
    LanguageSchool,
    Library,
    ToyLibrary,
    MusicSchool,
    School,
    University,
    BicycleParking,
    BicycleRepairStation,
    BicycleRental,
    BoatRental,
    BoatSharing,
    BusStation,
    CarRental,
    CarSharing,
    CarWash,
    VehicleInspection,
    ChargingStation,
    FerryTerminal,
    Fuel,
    GritBin,
    MotorcycleParking,
    Parking,
    ParkingEntrance,
    ParkingSpace,
    Taxi,
    ATM,
    Bank,
    BureauDeChange,
    BabyHatch,
    Clinic,
    Dentist,
    Doctors,
    Hospital,
    NursingHome,
    Pharmacy,
    SocialFacility,
    Veterinary,
    ArtsCentre,
    Brothel,
    Casino,
    Cinema,
    CommunityCentre,
    Fountain,
    Gambling,
    Nightclub,
    Planetarium,
    PublicBookcase,
    SocialCentre,
    Stripclub,
    Studio,
    Swingerclub,
    Theatre,
    AnimalBoarding,
    AnimalShelter,
    BakingOven,
    Bench,
    Childcare,
    Clock,
    ConferenceCentre,
    Courthouse,
    Crematorium,
    DiveCentre,
    Embassy,
    FireStation,
    Firepit,
    GiveBox,
    GraveYard,
    Gym,
    HuntingStand,
    InternetCafe,
    Kitchen,
    KneippWaterCure,
    Marketplace,
    Monastery,
    PhotoBooth,
    PlaceOfWorship,
    Police,
    PostBox,
    PostDepot,
    PostOffice,
    Prison,
    PublicBath,
    PublicBuilding,
    RangerStation,
    Recycling,
    RefugeeSite,
    SanitaryDumpStation,
    Sauna,
    Shelter,
    Shower,
    Telephone,
    Toilets,
    Townhall,
    Unclassified,
    VendingMachine,
    WasteBasket,
    WasteDisposal,
    WasteTransferStation,
    WateringPlace,
    WaterPoint,
}

Variants

Bar
AmeBBQ
Biergarten
Cafe
DrinkingWater
FastFood
FoodCourt
IceCream
Pub
Restaurant
College
DrivingSchool
Kindergarten
LanguageSchool
Library
ToyLibrary
MusicSchool
School
University
BicycleParking
BicycleRepairStation
BicycleRental
BoatRental
BoatSharing
BusStation
CarRental
CarSharing
CarWash
VehicleInspection
ChargingStation
FerryTerminal
Fuel
GritBin
MotorcycleParking
Parking
ParkingEntrance
ParkingSpace
Taxi
ATM
Bank
BureauDeChange
BabyHatch
Clinic
Dentist
Doctors
Hospital
NursingHome
Pharmacy
SocialFacility
Veterinary
ArtsCentre
Brothel
Casino
Cinema
CommunityCentre
Fountain
Gambling
Nightclub
Planetarium
PublicBookcase
SocialCentre
Stripclub
Studio
Swingerclub
Theatre
AnimalBoarding
AnimalShelter
BakingOven
Bench
Childcare
Clock
ConferenceCentre
Courthouse
Crematorium
DiveCentre
Embassy
FireStation
Firepit
GiveBox
GraveYard
Gym
HuntingStand
InternetCafe
Kitchen
KneippWaterCure
Marketplace
Monastery
PhotoBooth
PlaceOfWorship
Police
PostBox
PostDepot
PostOffice
Prison
PublicBath
PublicBuilding
RangerStation
Recycling
RefugeeSite
SanitaryDumpStation
Sauna
Shelter
Shower
Telephone
Toilets
Townhall
Unclassified
VendingMachine
WasteBasket
WasteDisposal
WasteTransferStation
WateringPlace
WaterPoint

Trait Implementations

impl Clone for AmenityType[src]

impl Copy for AmenityType[src]

impl Debug for AmenityType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any

impl<T> DebugAny for T where
    T: Any + Debug

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SetParameter for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> UnsafeAny for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,