[][src]Enum reso_dd::ShowingRequirements

pub enum ShowingRequirements {
    _24HourNotice,
    AppointmentOnly,
    CallListingAgent,
    CallListingOffice,
    CallManager,
    CallOwner,
    CallTenant,
    CombinationLockBox,
    DaySleeper,
    DoNotShow,
    EmailListingAgent,
    KeyInOffice,
    Lockbox,
    NoLockbox,
    NoSign,
    Occupied,
    PetsonPremises,
    RestrictedHours,
    SecuritySystem,
    SeeRemarks,
    ShowingService,
    TextListingAgent,
    ToBeBuilt,
    UnderConstruction,
    OpenEnumeration(String),
}

Variants

_24HourNotice

"24 Hour Notice": A 24 hour notice is required to show the property.

AppointmentOnly

"Appointment Only": Showing of the property is by appointment only.

CallListingAgent

"Call Listing Agent": Call the listing agent to arrange a showing of the property.

CallListingOffice

"Call Listing Office": Call the listing office to arrange a showing of the property.

CallManager

"Call Manager": Call the property manage to arrange a showing of the property.

CallOwner

"Call Owner": Call the property owner to arrange a showing of the property.

CallTenant

"Call Tenant": Call the tenant/occupant directly to arrange a showing of the property.

CombinationLockBox

"Combination Lock Box": The property has a combination lock box for showing access.

DaySleeper

"Day Sleeper": The property has a tenant/occupant who sleeps during the day.

DoNotShow

"Do Not Show": Do not show this property.

EmailListingAgent

"Email Listing Agent": Email the listing agent for more information about showing the property.

KeyInOffice

"Key In Office": The key to access the property for showing must be retrieved from the listing or manager's office.

Lockbox

"Lockbox": The property has an electronic lockbox for showing access.

NoLockbox

"No Lockbox": There is no lockbox on the property.

NoSign

"No Sign": The property has no for sale sign.

Occupied

"Occupied": The property is currently occupied.

PetsonPremises

"Pet(s) on Premises": There are currently pets at the property.

RestrictedHours

"Restricted Hours": The times when the property may be shown are restricted.

SecuritySystem

"Security System": The property has a security system that is a consideration when showing.

SeeRemarks

"See Remarks": See the remarks fields for more information about showing the property.

ShowingService

"Showing Service": A service used by a listing broker to provide showing services of listed properties.

TextListingAgent

"Text Listing Agent": Text message the listing agent to arrange a showing of the property.

ToBeBuilt

"To Be Built": The property has yet to be built.

UnderConstruction

"Under Construction": The property is under construction.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for ShowingRequirements[src]

impl Debug for ShowingRequirements[src]

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

impl Eq for ShowingRequirements[src]

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

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

impl From<String> for ShowingRequirements[src]

impl PartialEq<ShowingRequirements> for ShowingRequirements[src]

impl ResoEnumeration for ShowingRequirements[src]

impl Serialize for ShowingRequirements[src]

impl StructuralEq for ShowingRequirements[src]

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