[][src]Enum reso_dd::OwnerPays

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

Variants

AllUtilities

"All Utilities": The owner/lessor pays for all utilities.

AssociationFees

"Association Fees": The owner/lessor pays for association fees.

CableTV

"Cable TV": The owner/lessor pays for cable television.

CommonAreaMaintenance

"Common Area Maintenance": The owner/lessor pays for common area maintenance.

Electricity

"Electricity": The owner/lessor pays for electricity.

ExteriorMaintenance

"Exterior Maintenance": The owner/lessor pays for exterior maintenance.

Gas

"Gas": The owner/lessor pays for gas.

GroundsCare

"Grounds Care": The owner/lessor pays for grounds care.

HotWater

"Hot Water": The owner/lessor pays for hot water.

HVACMaintenance

"HVAC Maintenance": The owner/lessor pays for HVAC maintenance.

Insurance

"Insurance": The owner/lessor pays for insurance.

JanitorialService

"Janitorial Service": The owner/lessor pays for janitorial service .

Management

"Management": The owner/lessor pays for management.

None

"None": The owner/lessor pays for no utilities, services, etc.

Other

"Other": The owner/lessor pays for items that are not included in this list.

OtherTax

"Other Tax": The owner/lessor pays for other taxes.

ParkingFee

"Parking Fee": The owner/lessor pays for parking fees.

PestControl

"Pest Control": The owner/lessor pays for pest control.

PoolMaintenance

"Pool Maintenance": The owner/lessor pays for pool maintenance.

Repairs

"Repairs": The owner/lessor pays for repairs.

RoofMaintenance

"Roof Maintenance": The owner/lessor pays for roof maintenance.

Security

"Security": The owner/lessor pays for security.

SeeRemarks

"See Remarks": See the listing's remarks for details on what the owner/lessor pays for.

Sewer

"Sewer": The owner/lessor pays for sewer.

SnowRemoval

"Snow Removal": The owner/lessor pays for snow removal.

Taxes

"Taxes": The owner/lessor pays for taxes.

Telephone

"Telephone": The owner/lessor pays for telephone.

TrashCollection

"Trash Collection": The owner/lessor pays for trash collection.

Water

"Water": The owner/lessor pays for water.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for OwnerPays[src]

impl Debug for OwnerPays[src]

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

impl Eq for OwnerPays[src]

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

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

impl From<String> for OwnerPays[src]

impl PartialEq<OwnerPays> for OwnerPays[src]

impl ResoEnumeration for OwnerPays[src]

impl Serialize for OwnerPays[src]

impl StructuralEq for OwnerPays[src]

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