[][src]Enum reso_dd::ParkingFeatures

pub enum ParkingFeatures {
    AdditionalParking,
    Aggregate,
    AlleyAccess,
    Asphalt,
    Assigned,
    Attached,
    AttachedCarport,
    Basement,
    Boat,
    Carport,
    CircularDriveway,
    Common,
    CommunityStructure,
    Concrete,
    ConvertedGarage,
    Covered,
    Deck,
    Deeded,
    Detached,
    DetachedCarport,
    DirectAccess,
    DriveThrough,
    Driveway,
    ElectricGate,
    ElectricVehicleChargingStations,
    Enclosed,
    Garage,
    GarageDoorOpener,
    GarageFacesFront,
    GarageFacesRear,
    GarageFacesSide,
    Gated,
    GolfCartGarage,
    Gravel,
    Guest,
    HeatedGarage,
    InsideEntrance,
    KitchenLevel,
    Leased,
    Lighted,
    NoGarage,
    None,
    OffSite,
    OffStreet,
    OnSite,
    OnStreet,
    Open,
    Other,
    Outside,
    Oversized,
    ParkingLot,
    ParkingPad,
    Paved,
    PaverBlock,
    PermitRequired,
    Private,
    RVAccessParking,
    RVCarport,
    RVGarage,
    RVGated,
    Secured,
    SeeRemarks,
    SharedDriveway,
    SideBySide,
    Storage,
    Tandem,
    Unassigned,
    Underground,
    Unpaved,
    Valet,
    VariesbyUnit,
    WorkshopinGarage,
    OpenEnumeration(String),
}

Variants

AdditionalParking

"Additional Parking": The property has additional parking.

Aggregate

"Aggregate": While aggregate is a type of concrete, it is different in application, maintenance and durability. Aggregate, aka exposed aggregate concrete, is a mixture poured much in the same way as concrete, but which later has its top surface removed in order to expose the aggregate underneath.

AlleyAccess

"Alley Access": The property has alley access.

Asphalt

"Asphalt": The property has asphalt parking.

Assigned

"Assigned": The property has assigned parking spaces.

Attached

"Attached": The property has attached parking.

AttachedCarport

"Attached Carport": The property has an attached carport.

Basement

"Basement": A basement garage is partially or mostly below grade, with its entrance level with the basement floor.

Boat

"Boat": The property has a space to park/store a boat.

Carport

"Carport": The property has a carport.

CircularDriveway

"Circular Driveway": The property has a circular driveway.

Common

"Common": The property has common/shared parking.

CommunityStructure

"Community Structure": The property has a community parking structure.

Concrete

"Concrete": The property has concrete paved parking.

ConvertedGarage

"Converted Garage": The property has a converted garage.

Covered

"Covered": The property has covered parking.

Deck

"Deck": The property has deck for parking.

Deeded

"Deeded": The property has deeded parking.

Detached

"Detached": The property has detached parking.

DetachedCarport

"Detached Carport": The property has a detached carport.

DirectAccess

"Direct Access": The parking has direct access to the property or structure.

DriveThrough

"Drive Through": The property has drive through parking.

Driveway

"Driveway": The property has a driveway.

ElectricGate

"Electric Gate": The property has an electric gate.

ElectricVehicleChargingStations

"Electric Vehicle Charging Station(s)": The property has one or more electric vehicle charging station.

Enclosed

"Enclosed": The property has enclosed parking.

Garage

"Garage": The property has a garage.

GarageDoorOpener

"Garage Door Opener": The garage has an automatic garage door opener.

GarageFacesFront

"Garage Faces Front": The property has garage that faces the front of the property.

GarageFacesRear

"Garage Faces Rear": The property has garage that faces the rear of the property.

GarageFacesSide

"Garage Faces Side": The property has garage that faces the side of the property.

Gated

"Gated": The property has gated parking.

GolfCartGarage

"Golf Cart Garage": The property has a golf cart garage.

Gravel

"Gravel": The property has parking on gravel.

Guest

"Guest": The property has guest parking.

HeatedGarage

"Heated Garage": The property has a heated garage.

InsideEntrance

"Inside Entrance": The property has parking with an inside entrance.

KitchenLevel

"Kitchen Level": The property has parking at the kitchen level.

Leased

"Leased": The property has leased parking.

Lighted

"Lighted": The property has lighted parking.

NoGarage

"No Garage": The property has no garage.

None

"None": The property does not include parking or no parking is available.

OffSite

"Off Site": The property has off site parking.

OffStreet

"Off Street": The property has off street parking.

OnSite

"On Site": The property has on site parking.

OnStreet

"On Street": The property has on street parking only.

Open

"Open": The property has open or unassigned parking.

Other

"Other": The property has parking features other than those included in this list.

Outside

"Outside": The property has outside parking which is not enclosed.

Oversized

"Oversized": The property has parking for oversized vehicles.

ParkingLot

"Parking Lot": The property has access to a parking lot.

ParkingPad

"Parking Pad": The property has a parking pad.

Paved

"Paved": The property has paved parking.

PaverBlock

"Paver Block": The property has parking on paver blocks.

PermitRequired

"Permit Required": Parking at the property or on the street requires a permit.

Private

"Private": The property has private parking.

RVAccessParking

"RV Access/Parking": The property has access/parking for recreational vehicles.

RVCarport

"RV Carport": The property has a carport for recreational vehicles.

RVGarage

"RV Garage": The property has a garage for recreational vehicles.

RVGated

"RV Gated": The property has gated parking for recreational vehicles.

Secured

"Secured": The property has secure parking.

SeeRemarks

"See Remarks": See remarks for additional information about parking.

SharedDriveway

"Shared Driveway": The property has a shared driveway.

SideBySide

"Side By Side": The property has side by side parking spaces.

Storage

"Storage": The property has storage in the parking area.

Tandem

"Tandem": The property has tandem parking.

Unassigned

"Unassigned": The property has unassigned or open parking.

Underground

"Underground": The property has underground parking.

Unpaved

"Unpaved": The property has parking on an unpaved surface.

Valet

"Valet": The property has valet parking available.

VariesbyUnit

"Varies by Unit": The parking varies from unit to unit.

WorkshopinGarage

"Workshop in Garage": The property has workshop in the garage.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ParkingFeatures[src]

impl Debug for ParkingFeatures[src]

impl<'de> Deserialize<'de> for ParkingFeatures[src]

impl Eq for ParkingFeatures[src]

impl<'_> From<&'_ str> for ParkingFeatures[src]

impl<'a> From<&'a ParkingFeatures> for &'a str[src]

impl From<String> for ParkingFeatures[src]

impl PartialEq<ParkingFeatures> for ParkingFeatures[src]

impl ResoEnumeration for ParkingFeatures[src]

impl Serialize for ParkingFeatures[src]

impl StructuralEq for ParkingFeatures[src]

impl StructuralPartialEq for ParkingFeatures[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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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.