[][src]Enum reso_dd::OtherStructures

pub enum OtherStructures {
    AirplaneHangar,
    Arena,
    Barns,
    BoatHouse,
    Cabana,
    Caves,
    Corrals,
    CoveredArena,
    Garages,
    Gazebo,
    GrainStorage,
    Greenhouse,
    GuestHouse,
    KennelDogRun,
    MobileHome,
    None,
    Other,
    Outbuilding,
    OutdoorKitchen,
    PackingShed,
    Pergola,
    PoolHouse,
    PoultryCoop,
    Residence,
    RVBoatStorage,
    SecondGarage,
    SecondResidence,
    SeeRemarks,
    Sheds,
    Stables,
    Storage,
    TennisCourts,
    Workshop,
    OpenEnumeration(String),
}

Variants

AirplaneHangar

"Airplane Hangar": The property includes an airplane hangar.

Arena

"Arena": The property includes an arena.

Barns

"Barn(s)": The property includes a barn(s).

BoatHouse

"Boat House": The property includes a boat house.

Cabana

"Cabana": The property includes a cabana.

Caves

"Cave(s)": The property includes a cave(s).

Corrals

"Corral(s)": The property includes a corral(s).

CoveredArena

"Covered Arena": The property includes a covered arena.

Garages

"Garage(s)": The property includes a garage(s).

Gazebo

"Gazebo": The property includes a gazebo.

GrainStorage

"Grain Storage": The property includes grain storage.

Greenhouse

"Greenhouse": The property includes a greenhouse.

GuestHouse

"Guest House": The property includes a guest house.

KennelDogRun

"Kennel/Dog Run": The property includes a kennel or dog run.

MobileHome

"Mobile Home": The property includes a mobile home.

None

"None": The property has no other structures.

Other

"Other": The property includes a structure other than those included in this list.

Outbuilding

"Outbuilding": The property includes an outbuilding.

OutdoorKitchen

"Outdoor Kitchen": The property includes an outdoor kitchen.

PackingShed

"Packing Shed": The property includes a packing shed.

Pergola

"Pergola": The property includes a pergola.

PoolHouse

"Pool House": The property includes a pool house.

PoultryCoop

"Poultry Coop": The property includes a poultry coop.

Residence

"Residence": The property includes a residence structure.

RVBoatStorage

"RV/Boat Storage": The property includes RV or boat storage.

SecondGarage

"Second Garage": The property includes a second garage.

SecondResidence

"Second Residence": The property includes a second residence.

SeeRemarks

"See Remarks": See the Public or Private Remarks for information about other structures on the property.

Sheds

"Shed(s)": The property includes a shed(s).

Stables

"Stable(s)": The property includes stable(s).

Storage

"Storage": The property includes storage.

TennisCourts

"Tennis Court(s)": The property includes a tennis court(s).

Workshop

"Workshop": The property includes a workshop.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for OtherStructures[src]

impl Debug for OtherStructures[src]

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

impl Eq for OtherStructures[src]

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

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

impl From<String> for OtherStructures[src]

impl PartialEq<OtherStructures> for OtherStructures[src]

impl ResoEnumeration for OtherStructures[src]

impl Serialize for OtherStructures[src]

impl StructuralEq for OtherStructures[src]

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