[][src]Enum reso_dd::EventType

pub enum EventType {
    ClicktoPrimaryHostedSite,
    ClickedonEmailAddress,
    ClickedonPhoneNumber,
    Comments,
    DetailedView,
    Discard,
    DrivingDirections,
    ExitDetailedView,
    Favorited,
    Maybe,
    NonDetailedView,
    ObjectModified,
    PhotoGallery,
    Printed,
    PropertyVideos,
    Search,
    Share,
    SubmissionofLeadForm,
    VirtualTour,
    OpenEnumeration(String),
}

Variants

ClicktoPrimaryHostedSite

"Click to Primary Hosted Site": The Actor was referred to the Object's primary hosted website

ClickedonEmailAddress

"Clicked on Email Address": The Actor engaged in the act of emailing to the Object's email address (note: does not indicate an email was sent)

ClickedonPhoneNumber

"Clicked on Phone Number": The Actor clicked on a phone number link associated with the Object

Comments

"Comments": Comments were made on the Object

DetailedView

"Detailed View": The object was the main focal point in the Actor's view.

Discard

"Discard": The Actor has reacted "negatively" to the object.

DrivingDirections

"Driving Directions": The Actor engaged in driving directions with the Object

ExitDetailedView

"Exit Detailed View": The actor left the detailed view.

Favorited

"Favorited": The Actor has reacted "positively" to the object.

Maybe

"Maybe": The Actor has reacted "possibly positive" to the object.

NonDetailedView

"Non-Detailed View": The object appeared in the Actor's view but was not the main focal point.®

ObjectModified

"Object Modified": The tracking Obect was modified in some way.

PhotoGallery

"Photo Gallery": The Actor participated in a photo gallery display

Printed

"Printed": The Actor printed the object

PropertyVideos

"Property Videos": The Actor has interacted with a property video with the Object

Search

"Search": The tracking Object is data is part of a search and will contain more than one result. Normally, the search result data will be presented in the ObjectCollection field and include ALL the listings that were part of the search.

Share

"Share": The sharing of a listing to another media or entity (includes social media sites, IM's, email and SMS messages)

SubmissionofLeadForm

"Submission of Lead Form": The Actor has submitted a lead form

VirtualTour

"Virtual Tour": The Actor viewed the Object's virtual tour

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for EventType[src]

impl Debug for EventType[src]

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

impl Eq for EventType[src]

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

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

impl From<String> for EventType[src]

impl PartialEq<EventType> for EventType[src]

impl ResoEnumeration for EventType[src]

impl Serialize for EventType[src]

impl StructuralEq for EventType[src]

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