[][src]Enum reso_dd::SyndicateTo

pub enum SyndicateTo {
    Homescom,
    ListHub,
    Realtorcom,
    ZillowTrulia,
    OpenEnumeration(String),
}

Variants

Homescom

"Homes.com": The Broker, or Member if permitted by the Broker, is allowing their listings to be sent to Homes.com.

ListHub

"ListHub": The Broker, or Member if permitted by the Broker, is allowing their listings to be sent to ListHub.com.

Realtorcom

"Realtor.com": The Broker, or Member if permitted by the Broker, is allowing their listings to be sent to Realtor.com.

ZillowTrulia

"Zillow/Trulia": The Broker, or Member if permitted by the Broker, is allowing their listings to be sent to Zillow and Trulia.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for SyndicateTo[src]

impl Debug for SyndicateTo[src]

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

impl Eq for SyndicateTo[src]

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

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

impl From<String> for SyndicateTo[src]

impl PartialEq<SyndicateTo> for SyndicateTo[src]

impl ResoEnumeration for SyndicateTo[src]

impl Serialize for SyndicateTo[src]

impl StructuralEq for SyndicateTo[src]

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