[][src]Enum reso_dd::LeaseRenewalCompensation

pub enum LeaseRenewalCompensation {
    CallListingAgent,
    CallListingOffice,
    CommissionPaidOnTenantPurchase,
    NoRenewalCommission,
    RenewalCommissionPaid,
    OpenEnumeration(String),
}

Variants

CallListingAgent

"Call Listing Agent": For details on about additional selling office compensation for lease renewals, contact the listing agent.

CallListingOffice

"Call Listing Office": For details on about additional selling office compensation for lease renewals, contact the listing office.

CommissionPaidOnTenantPurchase

"Commission Paid On Tenant Purchase": Additional commission is paid in the event the tenant purchase the property.

NoRenewalCommission

"No Renewal Commission": There is no additional commission if the tenant renews or extends the lease.

RenewalCommissionPaid

"Renewal Commission Paid": There is additional commission paid if the tenant renews the lease.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for LeaseRenewalCompensation[src]

impl Debug for LeaseRenewalCompensation[src]

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

impl Eq for LeaseRenewalCompensation[src]

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

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

impl From<String> for LeaseRenewalCompensation[src]

impl PartialEq<LeaseRenewalCompensation> for LeaseRenewalCompensation[src]

impl ResoEnumeration for LeaseRenewalCompensation[src]

impl Serialize for LeaseRenewalCompensation[src]

impl StructuralEq for LeaseRenewalCompensation[src]

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