[][src]Enum reso_dd::OtherEquipment

pub enum OtherEquipment {
    AirPurifier,
    CallListingAgent,
    Compressor,
    DCWellPump,
    Dehumidifier,
    FarmEquipment,
    FuelTanks,
    Generator,
    HomeTheater,
    Intercom,
    IrrigationEquipment,
    ListAvailable,
    LivestockEquipment,
    Negotiable,
    None,
    OrchardEquipment,
    Other,
    RotaryAntenna,
    SatelliteDish,
    TVAntenna,
    VariesbyUnit,
    OpenEnumeration(String),
}

Variants

AirPurifier

"Air Purifier": The property includes an air purifier.

CallListingAgent

"Call Listing Agent": Call the listing agent for more information about other equipment included with the property.

Compressor

"Compressor": The property includes a compressor.

DCWellPump

"DC Well Pump": The property includes a DC well pump.

Dehumidifier

"Dehumidifier": The property includes a dehumidifier.

FarmEquipment

"Farm Equipment": The property includes farm equipment.

FuelTanks

"Fuel Tank(s)": The property includes a fuel tank(s).

Generator

"Generator": The property includes a generator.

HomeTheater

"Home Theater": The property includes a home theater.

Intercom

"Intercom": The property includes an intercom.

IrrigationEquipment

"Irrigation Equipment": The property includes irrigation equipment.

ListAvailable

"List Available": A list of other equipment included with the property is available upon request.

LivestockEquipment

"Livestock Equipment": The property includes livestock equipment.

Negotiable

"Negotiable": The other equipment included with the property is negotiable.

None

"None": There is no other equipment included with the property.

OrchardEquipment

"Orchard Equipment": The property includes orchard equipment.

Other

"Other": The property includes equipment other than what's included in this list.

RotaryAntenna

"Rotary Antenna": The property includes a rotary antenna.

SatelliteDish

"Satellite Dish": The property includes a satellite dish.

TVAntenna

"TV Antenna": The property includes a TV antenna.

VariesbyUnit

"Varies by Unit": The equipment included with the property varies from unit to unit.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for OtherEquipment[src]

impl Debug for OtherEquipment[src]

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

impl Eq for OtherEquipment[src]

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

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

impl From<String> for OtherEquipment[src]

impl PartialEq<OtherEquipment> for OtherEquipment[src]

impl ResoEnumeration for OtherEquipment[src]

impl Serialize for OtherEquipment[src]

impl StructuralEq for OtherEquipment[src]

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