[][src]Enum reso_dd::PropertySubType

pub enum PropertySubType {
    Agriculture,
    Apartment,
    BoatSlip,
    Business,
    Cabin,
    Condominium,
    DeededParking,
    Duplex,
    Farm,
    HotelMotel,
    Industrial,
    ManufacturedHome,
    ManufacturedOnLand,
    MixedUse,
    MobileHome,
    MultiFamily,
    Office,
    OwnYourOwn,
    Quadruplex,
    Ranch,
    Retail,
    SingleFamilyResidence,
    StockCooperative,
    Timeshare,
    Townhouse,
    Triplex,
    UnimprovedLand,
    Warehouse,
    OpenEnumeration(String),
}

Variants

Agriculture

"Agriculture": The property is for farming and agricultural activities.

Apartment

"Apartment": A unit within a wholly owned structure of 5 or more units. This may not be used for Residential or Residential Income. For Residential use Condo. For Income used Residential Income.

BoatSlip

"Boat Slip": A place where you can tie up a boat or house boat.

Business

"Business": The property is designed for any type of business.

Cabin

"Cabin": A single family residence that may have limited utilities.

Condominium

"Condominium": A unit within a structure where ownership is on a unit by unit basis.

DeededParking

"Deeded Parking": A parking space (or spaces) that are owned and separate from a residence.

Duplex

"Duplex": A multi family structure with two independent units with a shared wall or ceiling/floor.

Farm

"Farm": A place where agricultural and similar activities take place, especially the growing of crops.

HotelMotel

"Hotel/Motel": The property is designed for hotel or motel use.

Industrial

"Industrial": The property is designed for industrial use.

ManufacturedHome

"Manufactured Home": A factory built house that is transported to the lot.

ManufacturedOnLand

"Manufactured On Land": A factory built house that is transported to the lot and sold with the land. The property may or may not have a 433a certification.

MixedUse

"Mixed Use": The property is designed be used in more than one way. i.e. Office and Retail.

MobileHome

"Mobile Home": A factory built house that is transported to the lot, retains axles and was built prior to June 15, 1976.

MultiFamily

"Multi Family": A structure or complex with 5 or more units that are individual dwellings.

Office

"Office": The property is designed to be used as office space.

OwnYourOwn

"Own Your Own": A unit within a structure where ownership is based on a partial deed and rights to occupy a unit.

Quadruplex

"Quadruplex": A multi family structure with four independent units with shared walls or ceilings/floors.

Ranch

"Ranch": A place where agricultural and similar activities take place, especially the raising of livestock.

Retail

"Retail": The property designed to be used as retail space.

SingleFamilyResidence

"Single Family Residence": A single family residence on real property.

StockCooperative

"Stock Cooperative": A unit within a structure where ownership is based on a share of stock and rights to occupy a unit.

Timeshare

"Timeshare": A form of property ownership under with a property is held by a number of people, each with the right of possession for a specified time interval.

Townhouse

"Townhouse": A dwelling unit, generally having two or more floors and attached to other similar units via party walls.

Triplex

"Triplex": A multi family structure with three independent units with shared walls or ceilings/floors.

UnimprovedLand

"Unimproved Land": Commercial land that has not been built upon or improved.

Warehouse

"Warehouse": The property is designed to be used for warehousing.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for PropertySubType[src]

impl Debug for PropertySubType[src]

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

impl Eq for PropertySubType[src]

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

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

impl From<String> for PropertySubType[src]

impl PartialEq<PropertySubType> for PropertySubType[src]

impl ResoEnumeration for PropertySubType[src]

impl Serialize for PropertySubType[src]

impl StructuralEq for PropertySubType[src]

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