[][src]Enum reso_dd::TenantPays

pub enum TenantPays {
    AllUtilities,
    AssociationFees,
    CableTV,
    CommonAreaMaintenance,
    Electricity,
    ExteriorMaintenance,
    Gas,
    GroundsCare,
    HotWater,
    HVACMaintenance,
    Insurance,
    JanitorialService,
    Management,
    None,
    Other,
    OtherTax,
    ParkingFee,
    PestControl,
    PoolMaintenance,
    Repairs,
    Roof,
    Security,
    SeeRemarks,
    Sewer,
    SnowRemoval,
    Taxes,
    Telephone,
    TrashCollection,
    Water,
    OpenEnumeration(String),
}

Variants

AllUtilities

"All Utilities": The tenant pays for all utilities.

AssociationFees

"Association Fees": The tenant pays for association fees.

CableTV

"Cable TV": The tenant pays for cable TV.

CommonAreaMaintenance

"Common Area Maintenance": The tenant pays for common area maintenance.

Electricity

"Electricity": The tenant pays for electricity.

ExteriorMaintenance

"Exterior Maintenance": The tenant pays for exterior maintenance.

Gas

"Gas": The tenant pays for gas.

GroundsCare

"Grounds Care": The tenant pays for grounds care.

HotWater

"Hot Water": The tenant pays for hot water.

HVACMaintenance

"HVAC Maintenance": The tenant pays for HVAC maintenance.

Insurance

"Insurance": The tenant pays for insurance.

JanitorialService

"Janitorial Service": The tenant pays for janitorial service.

Management

"Management": The tenant pays for management.

None

"None": The tenant pays for no other utilities, services, etc.

Other

"Other": The tenant pays for items other than those in this list.

OtherTax

"Other Tax": The tenant pays for other taxes.

ParkingFee

"Parking Fee": The tenant pays for parking fees.

PestControl

"Pest Control": The tenant pays for pest control.

PoolMaintenance

"Pool Maintenance": The tenant pays for pool maintenance.

Repairs

"Repairs": The tenant pays for repairs.

Roof

"Roof": The tenant pays for roof maintenance.

Security

"Security": The tenant pays for security.

SeeRemarks

"See Remarks": See the listing's remarks for details on what they tenant pays for.

Sewer

"Sewer": The tenant pays for sewer.

SnowRemoval

"Snow Removal": The tenant pays for snow removal.

Taxes

"Taxes": The tenant pays for taxes.

Telephone

"Telephone": The tenant pays for telephone.

TrashCollection

"Trash Collection": The tenant pays for trash collection.

Water

"Water": The tenant pays for water.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for TenantPays[src]

impl Debug for TenantPays[src]

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

impl Eq for TenantPays[src]

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

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

impl From<String> for TenantPays[src]

impl PartialEq<TenantPays> for TenantPays[src]

impl ResoEnumeration for TenantPays[src]

impl Serialize for TenantPays[src]

impl StructuralEq for TenantPays[src]

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