[][src]Enum reso_dd::OperatingExpenseIncludes

pub enum OperatingExpenseIncludes {
    Accounting,
    Advertising,
    Association,
    CableTV,
    CapitalImprovements,
    Depreciation,
    EquipmentRental,
    Fuel,
    FurnitureReplacement,
    Gardener,
    Insurance,
    Legal,
    Licenses,
    Maintenance,
    MaintenanceGrounds,
    MaintenanceStructure,
    Manager,
    MortgageLoans,
    NewTax,
    Other,
    Parking,
    PestControl,
    PoolSpa,
    ProfessionalManagement,
    Security,
    SnowRemoval,
    Staff,
    Supplies,
    Trash,
    Utilities,
    VacancyAllowance,
    WaterSewer,
    WorkmansCompensation,
    OpenEnumeration(String),
}

Variants

Accounting

"Accounting": The operating expense amount includes accounting costs.

Advertising

"Advertising": The operating expense amount includes advertising costs.

Association

"Association": The operating expense amount includes association costs.

CableTV

"Cable TV": The operating expense amount includes cable TV costs.

CapitalImprovements

"Capital Improvements": The operating expense amount includes capital improvements costs.

Depreciation

"Depreciation": The operating expense amount includes depreciation costs.

EquipmentRental

"Equipment Rental": The operating expense amount includes equipment rental costs.

Fuel

"Fuel": The operating expense amount includes fuel costs.

FurnitureReplacement

"Furniture Replacement": The operating expense amount includes furniture replacement costs.

Gardener

"Gardener": The operating expense amount includes gardener costs.

Insurance

"Insurance": The operating expense amount includes insurance costs.

Legal

"Legal": The operating expense amount includes legal costs.

Licenses

"Licenses": The operating expense amount includes licenses costs.

Maintenance

"Maintenance": The operating expense amount includes maintenance costs.

MaintenanceGrounds

"Maintenance Grounds": The operating expense amount includes maintenance grounds costs.

MaintenanceStructure

"Maintenance Structure": The operating expense amount includes maintenance structure costs.

Manager

"Manager": The operating expense amount includes manager costs.

MortgageLoans

"Mortgage/Loans": The operating expense amount includes mortgage/loans costs.

NewTax

"New Tax": The operating expense amount includes new tax costs.

Other

"Other": The operating expense amount includes other costs.

Parking

"Parking": The operating expense amount includes parking costs.

PestControl

"Pest Control": The operating expense amount includes pest control costs.

PoolSpa

"Pool/Spa": The operating expense amount includes pool/spa costs.

ProfessionalManagement

"Professional Management": The operating expense amount includes professional management costs.

Security

"Security": The operating expense amount includes security costs.

SnowRemoval

"Snow Removal": The operating expense amount includes snow removal costs.

Staff

"Staff": The operating expense amount includes staff costs.

Supplies

"Supplies": The operating expense amount includes supplies costs.

Trash

"Trash": The operating expense amount includes trash costs.

Utilities

"Utilities": The operating expense amount includes utilities costs.

VacancyAllowance

"Vacancy Allowance": The operating expense amount includes vacancy allowance costs.

WaterSewer

"Water/Sewer": The operating expense amount includes water/sewer costs.

WorkmansCompensation

"Workmans Compensation": The operating expense amount includes workman's compensation costs.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for OperatingExpenseIncludes[src]

impl Debug for OperatingExpenseIncludes[src]

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

impl Eq for OperatingExpenseIncludes[src]

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

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

impl From<String> for OperatingExpenseIncludes[src]

impl PartialEq<OperatingExpenseIncludes> for OperatingExpenseIncludes[src]

impl ResoEnumeration for OperatingExpenseIncludes[src]

impl Serialize for OperatingExpenseIncludes[src]

impl StructuralEq for OperatingExpenseIncludes[src]

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