[][src]Enum reso_dd::AssociationFeeIncludes

pub enum AssociationFeeIncludes {
    CableTV,
    EarthquakeInsurance,
    Electricity,
    Gas,
    Insurance,
    Internet,
    MaintenanceGrounds,
    MaintenanceStructure,
    PestControl,
    Security,
    Sewer,
    SnowRemoval,
    Trash,
    Utilities,
    Water,
    OpenEnumeration(String),
}

Variants

CableTV

"Cable TV": Cable TV is included in the fee paid to the Association.

EarthquakeInsurance

"Earthquake Insurance": Earthquake Insurance is included in the fee paid to the Association.

Electricity

"Electricity": Electricity is included in the fee paid to the Association.

Gas

"Gas": Gas is included in the fee paid to the Association.

Insurance

"Insurance": Insurance is included in the fee paid to the Association.

Internet

"Internet": Internet access is included with the Home Owner’s Association dues paid by the owner. Questions about the means of access (e.g. wifi, ethernet), the speed of the access and other information about the Internet Service Provider (ISP) may be directed to the Home Owner’s Association.

MaintenanceGrounds

"Maintenance Grounds": Maintenance of the grounds including lawns and common areas but not including exterior structures.

MaintenanceStructure

"Maintenance Structure": Maintenance of the exterior of the structure including roofing, walls, exterior structures and does not include the grounds.

PestControl

"Pest Control": Pest Control is included in the fee paid to the Association.

Security

"Security": Security is included in the fee paid to the Association.

Sewer

"Sewer": Sewer is included in the fee paid to the Association.

SnowRemoval

"Snow Removal": Snow Removal is included in the fee paid to the Association.

Trash

"Trash": Trash is included in the fee paid to the Association.

Utilities

"Utilities": Utilities is included in the fee paid to the Association.

Water

"Water": Water is included in the fee paid to the Association.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for AssociationFeeIncludes[src]

impl Debug for AssociationFeeIncludes[src]

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

impl Eq for AssociationFeeIncludes[src]

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

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

impl From<String> for AssociationFeeIncludes[src]

impl PartialEq<AssociationFeeIncludes> for AssociationFeeIncludes[src]

impl ResoEnumeration for AssociationFeeIncludes[src]

impl Serialize for AssociationFeeIncludes[src]

impl StructuralEq for AssociationFeeIncludes[src]

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