[][src]Enum reso_dd::FoundationDetails

pub enum FoundationDetails {
    Block,
    BrickMortar,
    Combination,
    ConcretePerimeter,
    None,
    Other,
    Permanent,
    PillarPostPier,
    Raised,
    SeeRemarks,
    Slab,
    Stone,
    OpenEnumeration(String),
}

Variants

Block

"Block": The foundation of the property is made wholly or partially of block.

BrickMortar

"Brick/Mortar": The foundation of the property is made wholly or partially of brick/mortar.

Combination

"Combination": The foundation of the property is made of a combination of materials.

ConcretePerimeter

"Concrete Perimeter": The foundation of the property has a concrete perimeter.

None

"None": There are no details about the foundation of the property.

Other

"Other": A foundation type not included in this list.

Permanent

"Permanent": The foundation is permanent and not temporary or movable.

PillarPostPier

"Pillar/Post/Pier": The foundation of the property is made wholly or partially of pillar/post/pier.

Raised

"Raised": The foundation of the property is raised.

SeeRemarks

"See Remarks": See the listing's remarks for details about the foundation.

Slab

"Slab": The foundation of the property is made wholly or partially of a concrete slab.

Stone

"Stone": The foundation of the property is made wholly or partially of stone.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for FoundationDetails[src]

impl Debug for FoundationDetails[src]

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

impl Eq for FoundationDetails[src]

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

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

impl From<String> for FoundationDetails[src]

impl PartialEq<FoundationDetails> for FoundationDetails[src]

impl ResoEnumeration for FoundationDetails[src]

impl Serialize for FoundationDetails[src]

impl StructuralEq for FoundationDetails[src]

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