[][src]Enum reso_dd::ExteriorFeatures

pub enum ExteriorFeatures {
    Awnings,
    Balcony,
    Barbecue,
    BasketballCourt,
    BoatSlip,
    BuiltinBarbecue,
    Courtyard,
    CoveredCourtyard,
    Dock,
    DogRun,
    ElectricGrill,
    FirePit,
    Garden,
    GasGrill,
    GrayWaterSystem,
    Kennel,
    Lighting,
    MistingSystem,
    None,
    Other,
    OutdoorGrill,
    OutdoorKitchen,
    OutdoorShower,
    PermeablePaving,
    Playground,
    PrivateEntrance,
    PrivateYard,
    RainBarrelCisterns,
    RainGutters,
    RVHookup,
    Storage,
    TennisCourts,
    UncoveredCourtyard,
    OpenEnumeration(String),
}

Variants

Awnings

"Awning(s)": The property has one or more awnings on it's exterior.

Balcony

"Balcony": The property has an exterior balcony.

Barbecue

"Barbecue": The property has an outdoors barbeque.

BasketballCourt

"Basketball Court": The property has a basketball court.

BoatSlip

"Boat Slip": The property includes a boat slip.

BuiltinBarbecue

"Built-in Barbecue": The property has a built-in outdoor barbeque.

Courtyard

"Courtyard": The property has a courtyard.

CoveredCourtyard

"Covered Courtyard": The property has a covered courtyard.

Dock

"Dock": The property includes a dock.

DogRun

"Dog Run": The property has a dog run.

ElectricGrill

"Electric Grill": The property has an outdoor electric grill.

FirePit

"Fire Pit": The property has an outdoor fire pit.

Garden

"Garden": The property has a garden.

GasGrill

"Gas Grill": The property has an outdoor gas grill.

GrayWaterSystem

"Gray Water System": The property has a grey water system.

Kennel

"Kennel": The property has a kennel.

Lighting

"Lighting": The property has exterior lighting.

MistingSystem

"Misting System": The property has a misting system.

None

"None": The property has no exterior features.

Other

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

OutdoorGrill

"Outdoor Grill": The property has an outdoor grill.

OutdoorKitchen

"Outdoor Kitchen": The property has an outdoor kitchen.

OutdoorShower

"Outdoor Shower": The property has an outdoor shower.

PermeablePaving

"Permeable Paving": The property has preamble paving that allows fluids to run through the paving to the below ground or channeling.

Playground

"Playground": The property has a playground.

PrivateEntrance

"Private Entrance": The property has a private entrance.

PrivateYard

"Private Yard": The property has a private yard.

RainBarrelCisterns

"Rain Barrel/Cistern(s)": The property has a cistern for water collection.

RainGutters

"Rain Gutters": The structure has ran gutters.

RVHookup

"RV Hookup": The property has hookups for recreational vehicles.

Storage

"Storage": The property has external storage.

TennisCourts

"Tennis Court(s)": The property has one or more tennis courts.

UncoveredCourtyard

"Uncovered Courtyard": The property has an uncovered courtyard.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ExteriorFeatures[src]

impl Debug for ExteriorFeatures[src]

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

impl Eq for ExteriorFeatures[src]

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

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

impl From<String> for ExteriorFeatures[src]

impl PartialEq<ExteriorFeatures> for ExteriorFeatures[src]

impl ResoEnumeration for ExteriorFeatures[src]

impl Serialize for ExteriorFeatures[src]

impl StructuralEq for ExteriorFeatures[src]

impl StructuralPartialEq for ExteriorFeatures[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.