[][src]Enum reso_dd::CurrentUse

pub enum CurrentUse {
    Agricultural,
    Automotive,
    Cattle,
    Commercial,
    Dairy,
    Farm,
    Fishery,
    Grazing,
    HighwayTouristService,
    Horses,
    Hunting,
    Industrial,
    Investment,
    Livestock,
    ManufacturedHome,
    MedicalDental,
    MiniStorage,
    MixedUse,
    MultiFamily,
    Nursery,
    Office,
    Orchard,
    Other,
    Pasture,
    PlaceofWorship,
    Plantable,
    Poultry,
    Ranch,
    Recreational,
    Residential,
    Retail,
    RowCrops,
    SeeRemarks,
    SingleFamily,
    Subdivision,
    Timber,
    TreeFarm,
    Unimproved,
    Vacant,
    Vineyard,
    Warehouse,
    OpenEnumeration(String),
}

Variants

Agricultural

"Agricultural": The land is currently used for agriculture.

Automotive

"Automotive": The land is currently used for automotive maintenance or repair.

Cattle

"Cattle": The land is currently used for cattle.

Commercial

"Commercial": The land is currently used for commercial purposes.

Dairy

"Dairy": The land is currently used as a dairy farm.

Farm

"Farm": The land is currently used as a farm.

Fishery

"Fishery": The land is currently used as a fishery.

Grazing

"Grazing": The land is currently used for live stock grazing.

HighwayTouristService

"Highway/Tourist Service": The land is currently used for a highway/tourist service.

Horses

"Horses": The land is currently used for horses.

Hunting

"Hunting": The land is currently used for hunting.

Industrial

"Industrial": The land is currently used for industrial purposes.

Investment

"Investment": The land is currently used as an investment.

Livestock

"Livestock": The land is currently used for livestock.

ManufacturedHome

"Manufactured Home": The land is currently used for manufactured home.

MedicalDental

"Medical/Dental": The land is currently used for medical/dental business.

MiniStorage

"Mini-Storage": The land is currently used for mini-storage business.

MixedUse

"Mixed Use": The land is currently used for mixed uses.

MultiFamily

"Multi-Family": The land is currently used for multi-family dwelling.

Nursery

"Nursery": The land is currently used as a nursery.

Office

"Office": The land is currently used as office space.

Orchard

"Orchard": The land is currently used for an orchard.

Other

"Other": The land is currently used for some use other than those in this list.

Pasture

"Pasture": The land is currently used as a pasture.

PlaceofWorship

"Place of Worship": The land is currently used for a place or worship.

Plantable

"Plantable": The land is currently used as a plantabe field.

Poultry

"Poultry": The land is currently used as a poultry farm.

Ranch

"Ranch": The land is currently used as a ranch.

Recreational

"Recreational": The land is currently used for recreational purposes.

Residential

"Residential": The land is currently used for residential purposes.

Retail

"Retail": The land is currently used for retail purposes.

RowCrops

"Row Crops": The land is currently used for row crops.

SeeRemarks

"See Remarks": See the Public or Private remarks for details on the current use.

SingleFamily

"Single Family": The land is currently used for single family residence.

Subdivision

"Subdivision": The land is currently used for property subdivisions.

Timber

"Timber": The land is currently used for timber.

TreeFarm

"Tree Farm": The land is currently used as a tree farm.

Unimproved

"Unimproved": The land is currently unimproved.

Vacant

"Vacant": The land is currently vacant.

Vineyard

"Vineyard": The land is currently used as a vineyard.

Warehouse

"Warehouse": The land is currently used for warehousing.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for CurrentUse[src]

impl Debug for CurrentUse[src]

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

impl Eq for CurrentUse[src]

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

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

impl From<String> for CurrentUse[src]

impl PartialEq<CurrentUse> for CurrentUse[src]

impl ResoEnumeration for CurrentUse[src]

impl Serialize for CurrentUse[src]

impl StructuralEq for CurrentUse[src]

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