[][src]Enum reso_dd::ChangeType

pub enum ChangeType {
    Active,
    ActiveUnderContract,
    BackOnMarket,
    Canceled,
    Closed,
    Deleted,
    Expired,
    Hold,
    NewListing,
    Pending,
    PriceChange,
    Withdrawn,
    OpenEnumeration(String),
}

Variants

Active

"Active": The change to the listing was a change of status to Active provided the measurement of the area.

ActiveUnderContract

"Active Under Contract": The change to the listing was a change of status to Active Under Contract provided the measurement of the area.

BackOnMarket

"Back On Market": The change to the listing was a change of status to Back On Market provided the measurement of the area.

Canceled

"Canceled": The change to the listing was a change of status to Canceled provided the measurement of the area.

Closed

"Closed": The change to the listing was a change of status to Closed provided the measurement of the area.

Deleted

"Deleted": The change to the listing was a change of status to Deleted provided the measurement of the area.

Expired

"Expired": The change to the listing was a change of status to Expired provided the measurement of the area.

Hold

"Hold": The change to the listing was a change of status to Hold provided the measurement of the area.

NewListing

"New Listing": The listing is new and hasn't had any status or price changes since its original input.

Pending

"Pending": The change to the listing was a change of status to Pending provided the measurement of the area.

PriceChange

"Price Change": The change to the listing was a change to the ListPrice.

Withdrawn

"Withdrawn": The change to the listing was a change of status to Withdrawn provided the measurement of the area.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ChangeType[src]

impl Debug for ChangeType[src]

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

impl Eq for ChangeType[src]

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

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

impl From<String> for ChangeType[src]

impl PartialEq<ChangeType> for ChangeType[src]

impl ResoEnumeration for ChangeType[src]

impl Serialize for ChangeType[src]

impl StructuralEq for ChangeType[src]

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