[][src]Enum reso_dd::GreenIndoorAirQuality

pub enum GreenIndoorAirQuality {
    ContaminantControl,
    IntegratedPestManagement,
    MoistureControl,
    Ventilation,
    OpenEnumeration(String),
}

Variants

ContaminantControl

"Contaminant Control": Property has been carefully designed to prevent, monitor, and suppress pollution issues. Carefully selected low-emission materials have been used in the home. May include passive or active radon control, carbon monoxide monitoring, and high-efficiency sealed combustion for equipment such as furnaces and water heaters. May include elimination of materials that contain lead or asbestos. May include reduction of materials that contain volatile organic compounds (VOCs, including formaldehyde) and pesticides.

IntegratedPestManagement

"Integrated Pest Management": Property is designed for systematic management of pests that uses prevention, exclusion, monitoring, and suppression.

MoistureControl

"Moisture Control": Every foundation, roof, roofing component, exterior wall, door, skylight, and window is designed and maintained to be watertight and free of persistent dampness or moisture.

Ventilation

"Ventilation": Furnaces, water heaters, woodstoves, and other devices that employ combustion-burning fuel are vented to the outside in a manner that meets manufacturer specifications to prevent back-drafting. Natural and/or mechanical ventilation delivers fresh air to every habitable room and bathroom to remove moisture laden air and other contaminants generated during cooking and bathing/showering. The air exhausted from a bathroom, toilet room, or kitchen does not vent into habitable space or an attic.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for GreenIndoorAirQuality[src]

impl Debug for GreenIndoorAirQuality[src]

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

impl Eq for GreenIndoorAirQuality[src]

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

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

impl From<String> for GreenIndoorAirQuality[src]

impl PartialEq<GreenIndoorAirQuality> for GreenIndoorAirQuality[src]

impl ResoEnumeration for GreenIndoorAirQuality[src]

impl Serialize for GreenIndoorAirQuality[src]

impl StructuralEq for GreenIndoorAirQuality[src]

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