[][src]Enum reso_dd::Flooring

pub enum Flooring {
    Adobe,
    Bamboo,
    Brick,
    Carpet,
    CeramicTile,
    Clay,
    Combination,
    Concrete,
    Cork,
    CRIGreenLabelPlusCertifiedCarpet,
    Dirt,
    FloorScorerCertifiedFlooring,
    FSCorSFICertifiedSourceHardwood,
    Granite,
    Hardwood,
    Laminate,
    Linoleum,
    Marble,
    None,
    Other,
    PaintedStained,
    Parquet,
    Pavers,
    ReclaimedWood,
    SeeRemarks,
    SimulatedWood,
    Slate,
    Softwood,
    Stamped,
    Stone,
    Sustainable,
    Terrazzo,
    Tile,
    Varies,
    Vinyl,
    Wood,
    OpenEnumeration(String),
}

Variants

Adobe

"Adobe": The property includes adobe flooring.

Bamboo

"Bamboo": The property includes bamboo flooring.

Brick

"Brick": The property includes brick flooring.

Carpet

"Carpet": The property includes carpet flooring.

CeramicTile

"Ceramic Tile": The property includes ceramic tile flooring.

Clay

"Clay": The property includes clay flooring.

Combination

"Combination": The property includes combination flooring.

Concrete

"Concrete": The property includes concrete flooring.

Cork

"Cork": The property includes cork flooring.

CRIGreenLabelPlusCertifiedCarpet

"CRI Green Label Plus Certified Carpet": The property includes CRI Green Label Plus certified carpet flooring.

Dirt

"Dirt": The property has dirt flooring.

FloorScorerCertifiedFlooring

"FloorScore(r) Certified Flooring": The property includes FloorScore(r) certified flooring .

FSCorSFICertifiedSourceHardwood

"FSC or SFI Certified Source Hardwood": The property includes FSC or SFI certified source hardwood flooring.

Granite

"Granite": The property includes granite flooring.

Hardwood

"Hardwood": The property includes hardwood flooring.

Laminate

"Laminate": The property includes laminate flooring.

Linoleum

"Linoleum": The property includes linoleum flooring.

Marble

"Marble": The property includes marble flooring.

None

"None": The property has no flooring.

Other

"Other": The property includes flooring that is not included in this list.

PaintedStained

"Painted/Stained": The property includes painted or stained flooring.

Parquet

"Parquet": The property includes parquet flooring.

Pavers

"Pavers": The property includes flooring pavers.

ReclaimedWood

"Reclaimed Wood": The property includes reclaimed wood flooring.

SeeRemarks

"See Remarks": See the remarks field for additional information about the flooring included with the property.

SimulatedWood

"Simulated Wood": The property includes simulated wood flooring.

Slate

"Slate": The property includes slate flooring.

Softwood

"Softwood": The property includes softwood flooring.

Stamped

"Stamped": The property includes stamped flooring.

Stone

"Stone": The property includes stone flooring.

Sustainable

"Sustainable": The property includes sustainable flooring.

Terrazzo

"Terrazzo": The property includes terrazzo flooring.

Tile

"Tile": The property includes tile flooring.

Varies

"Varies": The property flooring type varies.

Vinyl

"Vinyl": The property includes vinyl flooring.

Wood

"Wood": The property includes wood flooring.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for Flooring[src]

impl Debug for Flooring[src]

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

impl Eq for Flooring[src]

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

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

impl From<String> for Flooring[src]

impl PartialEq<Flooring> for Flooring[src]

impl ResoEnumeration for Flooring[src]

impl Serialize for Flooring[src]

impl StructuralEq for Flooring[src]

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