[][src]Enum reso_dd::PoolFeatures

pub enum PoolFeatures {
    AboveGround,
    Association,
    BlackBottom,
    Cabana,
    Community,
    DivingBoard,
    ElectricHeat,
    ENERGYSTARQualifiedpoolpump,
    Fenced,
    Fiberglass,
    Filtered,
    GasHeat,
    Gunite,
    Heated,
    InGround,
    Indoor,
    Infinity,
    Lap,
    Liner,
    None,
    Other,
    OutdoorPool,
    PoolCover,
    PoolSweep,
    PoolSpaCombo,
    Private,
    SaltWater,
    ScreenEnclosure,
    SeeRemarks,
    SolarCover,
    SolarHeat,
    Sport,
    Tile,
    Vinyl,
    Waterfall,
    OpenEnumeration(String),
}

Variants

AboveGround

"Above Ground": The pool is above ground.

Association

"Association": The pool is an association pool.

BlackBottom

"Black Bottom": The pool has a black bottom.

Cabana

"Cabana": The pool has a cabana.

Community

"Community": The pool is a community/shared pool.

DivingBoard

"Diving Board": The pool has a diving board.

ElectricHeat

"Electric Heat": The pool is heated by electricity.

ENERGYSTARQualifiedpoolpump

"ENERGY STAR Qualified pool pump": The pool has an ENERGY STAR Qualified pool pump.

Fenced

"Fenced": The pool is fenced.

Fiberglass

"Fiberglass": The pool is made of or lined with fiberglass.

Filtered

"Filtered": The pool has a filtration system.

GasHeat

"Gas Heat": The pool is heated by gas.

Gunite

"Gunite": The pool has a gunite surface.

Heated

"Heated": The pool is heated.

InGround

"In Ground": The pool is built into the ground.

Indoor

"Indoor": The pool is indoors or within a structure.

Infinity

"Infinity": Also named a negative edge, zero edge or infinity edge, an infinity pool has one or more edges where water flows over the edge creating a visual effect of water with no boundary.

Lap

"Lap": The pool is specifically designed for swimming laps.

Liner

"Liner": The pool has a liner.

None

"None": There is no pool included with the property.

Other

"Other": There are pool features other than those included in this list.

OutdoorPool

"Outdoor Pool": The pool is outdoors.

PoolCover

"Pool Cover": The pool has a cover.

PoolSweep

"Pool Sweep": The pool has an automatic sweep or cleaner.

PoolSpaCombo

"Pool/Spa Combo": The pool includes a spa.

Private

"Private": The pool is privately owned and/or secluded.

SaltWater

"Salt Water": The pool has a salt water system.

ScreenEnclosure

"Screen Enclosure": The pool has a screened enclosure.

SeeRemarks

"See Remarks": See the remarks fields for more information about the pool.

SolarCover

"Solar Cover": The pool has a solar cover.

SolarHeat

"Solar Heat": The pool has some form of solar heating.

Sport

"Sport": The pool has two shallow ends on opposite sides of the pool with a deeper center.

Tile

"Tile": The pool is tiled.

Vinyl

"Vinyl": The pool has a vinyl surface.

Waterfall

"Waterfall": The pool has a waterfall.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for PoolFeatures[src]

impl Debug for PoolFeatures[src]

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

impl Eq for PoolFeatures[src]

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

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

impl From<String> for PoolFeatures[src]

impl PartialEq<PoolFeatures> for PoolFeatures[src]

impl ResoEnumeration for PoolFeatures[src]

impl Serialize for PoolFeatures[src]

impl StructuralEq for PoolFeatures[src]

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