[][src]Enum reso_dd::WindowFeatures

pub enum WindowFeatures {
    AluminumFrames,
    BayWindows,
    Blinds,
    DisplayWindows,
    DoublePaneWindows,
    Drapes,
    ENERGYSTARQualifiedWindows,
    GardenWindows,
    InsulatedWindows,
    LowEmissivityWindows,
    PlantationShutters,
    Screens,
    Shutters,
    Skylights,
    SolarScreens,
    StormWindows,
    TintedWindows,
    TriplePaneWindows,
    WindowCoverings,
    WindowTreatments,
    WoodFrames,
    OpenEnumeration(String),
}

Variants

AluminumFrames

"Aluminum Frames": The windows have aluminum frames.

BayWindows

"Bay Window(s)": The property has one or more bay windows.

Blinds

"Blinds": The property has window blinds.

DisplayWindows

"Display Window(s)": The property has one or more windows that would normally be used to display goods or products.

DoublePaneWindows

"Double Pane Windows": The property has windows with two panes of glass.

Drapes

"Drapes": The property has drapes.

ENERGYSTARQualifiedWindows

"ENERGY STAR Qualified Windows": The property has ENERGY STAR Qualified windows.

GardenWindows

"Garden Window(s)": The property has one or more garden windows.

InsulatedWindows

"Insulated Windows": The property has insulated windows.

LowEmissivityWindows

"Low Emissivity Windows": The property has low emissivity windows.

PlantationShutters

"Plantation Shutters": The property has plantation shutters.

Screens

"Screens": The property has screens.

Shutters

"Shutters": The property has shutters.

Skylights

"Skylight(s)": The property has skylight(s).

SolarScreens

"Solar Screens": The property has solar screens.

StormWindows

"Storm Window(s)": The property has storm window(s).

TintedWindows

"Tinted Windows": The property has tinted windows.

TriplePaneWindows

"Triple Pane Windows": The property has triple pane windows.

WindowCoverings

"Window Coverings": The property has window coverings.

WindowTreatments

"Window Treatments": The property has window treatments.

WoodFrames

"Wood Frames": The property has wood framed windows.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for WindowFeatures[src]

impl Debug for WindowFeatures[src]

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

impl Eq for WindowFeatures[src]

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

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

impl From<String> for WindowFeatures[src]

impl PartialEq<WindowFeatures> for WindowFeatures[src]

impl ResoEnumeration for WindowFeatures[src]

impl Serialize for WindowFeatures[src]

impl StructuralEq for WindowFeatures[src]

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