[][src]Enum reso_dd::Roof

pub enum Roof {
    Aluminum,
    AsbestosShingle,
    Asphalt,
    Bahama,
    Barrel,
    Bituthene,
    BuiltUp,
    Composition,
    Concrete,
    Copper,
    Elastomeric,
    Fiberglass,
    Flat,
    FlatTile,
    Foam,
    GreenRoof,
    Mansard,
    Membrane,
    Metal,
    Mixed,
    None,
    Other,
    RolledHotMop,
    Rubber,
    SeeRemarks,
    Shake,
    Shingle,
    Slate,
    SpanishTile,
    Stone,
    Synthetic,
    TarGravel,
    Tile,
    Wood,
    OpenEnumeration(String),
}

Variants

Aluminum

"Aluminum": The roof is made wholly/partially of aluminum.

AsbestosShingle

"Asbestos Shingle": The roof is made wholly/partially of asbestos shingles.

Asphalt

"Asphalt": The roof is made wholly/partially of asphalt.

Bahama

"Bahama": The roof is a Bahama roof.

Barrel

"Barrel": The roof is a Barrel roof.

Bituthene

"Bituthene": The roof is made wholly/partially of Bituthene.

BuiltUp

"Built-Up": The roof is made wholly/partially of built-up.

Composition

"Composition": The roof is made wholly/partially of composition.

Concrete

"Concrete": The roof is made wholly/partially of concrete.

Copper

"Copper": The roof is made wholly/partially of copper.

Elastomeric

"Elastomeric": The roof is made wholly/partially of elastomeric.

Fiberglass

"Fiberglass": The roof is made wholly/partially of fiberglass.

Flat

"Flat": The roof is wholly/partially flat.

FlatTile

"Flat Tile": The roof is made wholly/partially of flat tile.

Foam

"Foam": The roof is made wholly/partially of foam.

GreenRoof

"Green Roof": The roof is wholly/partially a green roof.

Mansard

"Mansard": The roof is made wholly/partially of mansard.

Membrane

"Membrane": The roof is made wholly/partially of membrane.

Metal

"Metal": The roof is made wholly/partially of metal.

Mixed

"Mixed": The roof is made wholly/partially of mixed materials.

None

"None": The roof materials are unstated, unknown or there are none.

Other

"Other": The roof is made wholly/partially of materials other than those in this list.

RolledHotMop

"Rolled/Hot Mop": The roof is made wholly/partially of rolled/hot mop.

Rubber

"Rubber": The roof is made wholly/partially of rubber.

SeeRemarks

"See Remarks": See the listing's remarks for details on the roof.

Shake

"Shake": The roof is made wholly/partially of shake.

Shingle

"Shingle": The roof is made wholly/partially of shingle.

Slate

"Slate": The roof is made wholly/partially of slate.

SpanishTile

"Spanish Tile": The roof is made wholly/partially of Spanish tile.

Stone

"Stone": The roof is made wholly/partially of stone.

Synthetic

"Synthetic": The roof is made wholly/partially of synthetic materials.

TarGravel

"Tar/Gravel": The roof is made wholly/partially of tar/gravel.

Tile

"Tile": The roof is made wholly/partially of tile.

Wood

"Wood": The roof is made wholly/partially of wood.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for Roof[src]

impl Debug for Roof[src]

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

impl Eq for Roof[src]

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

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

impl From<String> for Roof[src]

impl PartialEq<Roof> for Roof[src]

impl ResoEnumeration for Roof[src]

impl Serialize for Roof[src]

impl StructuralEq for Roof[src]

impl StructuralPartialEq for Roof[src]

Auto Trait Implementations

impl RefUnwindSafe for Roof

impl Send for Roof

impl Sync for Roof

impl Unpin for Roof

impl UnwindSafe for Roof

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.