[][src]Enum reso_dd::LockBoxType

pub enum LockBoxType {
    CallListingOffice,
    CallSellerDirect,
    Combo,
    None,
    Other,
    SeeRemarks,
    SentriLock,
    Supra,
    OpenEnumeration(String),
}

Variants

CallListingOffice

"Call Listing Office": Call the listing office for information about accessing the property.

CallSellerDirect

"Call Seller Direct": Call the seller directly to arrange for access to the property.

Combo

"Combo": The lockbox on the property is opened via combination. See remarks or contact the agent/office for the combination.

None

"None": There is no lockbox on the property.

Other

"Other": A lock box type not included in this list.

SeeRemarks

"See Remarks": See remarks for details about the lockbox and accessing the property.

SentriLock

"SentriLock": The lockbox is from SentriLock and requires a SentriLock key or access code.

Supra

"Supra": The lockbox is from Supra and requires a Supra key.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for LockBoxType[src]

impl Debug for LockBoxType[src]

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

impl Eq for LockBoxType[src]

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

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

impl From<String> for LockBoxType[src]

impl PartialEq<LockBoxType> for LockBoxType[src]

impl ResoEnumeration for LockBoxType[src]

impl Serialize for LockBoxType[src]

impl StructuralEq for LockBoxType[src]

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