[][src]Enum reso_dd::ClassName

pub enum ClassName {
    BusinessOpportunity,
    CommercialLease,
    CommercialSale,
    Contacts,
    CrossProperty,
    Farm,
    HistoryTransactional,
    Land,
    ManufacturedInPark,
    Media,
    Member,
    Office,
    OpenHouse,
    Residential,
    ResidentialIncome,
    ResidentialLease,
    SavedSearch,
    OpenEnumeration(String),
}

Variants

BusinessOpportunity

"Business Opportunity": The class, sometimes known as property type, is a business for sale.

CommercialLease

"Commercial Lease": The class, sometimes known as property type, is a commercial property for lease.

CommercialSale

"Commercial Sale": The class, sometimes known as property type, is a commercial property for sale.

Contacts

"Contacts": The class is the collection of the member's contacts/clients.

CrossProperty

"Cross Property": The class, sometimes known as property type, is a collection of all listing property types.

Farm

"Farm": The class, sometimes known as property type, is a farm.

HistoryTransactional

"History Transactional": The class is the transactional history of another class.

Land

"Land": The class, sometimes known as property type, is land for sale or lease.

ManufacturedInPark

"Manufactured In Park": The class, sometimes known as property type, is a manufactured or mobile home in a mobile park.

Media

"Media": The class is one that contains records referencing media files.

Member

"Member": The class containing member records.

Office

"Office": The class containing office records.

OpenHouse

"Open House": The class containing Open House records.

Residential

"Residential": The class, sometimes known as property type, is residential property for sale.

ResidentialIncome

"Residential Income": The class, sometimes known as property type, is income or multi-family property for sale.

ResidentialLease

"Residential Lease": The class, sometimes known as property type, is residential property for lease.

SavedSearch

"Saved Search": The class containing saved search data.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ClassName[src]

impl Debug for ClassName[src]

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

impl Eq for ClassName[src]

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

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

impl From<String> for ClassName[src]

impl PartialEq<ClassName> for ClassName[src]

impl ResoEnumeration for ClassName[src]

impl Serialize for ClassName[src]

impl StructuralEq for ClassName[src]

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