[][src]Enum reso_dd::SecurityFeatures

pub enum SecurityFeatures {
    _24HourSecurity,
    BuildingSecurity,
    CarbonMonoxideDetectors,
    ClosedCircuitCameras,
    FireAlarm,
    FireEscape,
    FireSprinklerSystem,
    Firewalls,
    GatedCommunity,
    GatedwithGuard,
    KeyCardEntry,
    Other,
    PanicAlarm,
    Prewired,
    SecuredGarageParking,
    SecurityFence,
    SecurityGate,
    SecurityGuard,
    SecurityLights,
    SecurityService,
    SecuritySystem,
    SecuritySystemLeased,
    SecuritySystemOwned,
    SeeRemarks,
    SmokeDetectors,
    VariesByUnit,
    WindowBars,
    WindowBarswithQuickRelease,
    OpenEnumeration(String),
}

Variants

_24HourSecurity

"24 Hour Security": The property has 24 hour security.

BuildingSecurity

"Building Security": The property has building security.

CarbonMonoxideDetectors

"Carbon Monoxide Detector(s)": The property has carbon monoxide detector(s).

ClosedCircuitCameras

"Closed Circuit Camera(s)": The property has closed circuit camera(s).

FireAlarm

"Fire Alarm": The property has fire alarm(s).

FireEscape

"Fire Escape": The property has a fire escape.

FireSprinklerSystem

"Fire Sprinkler System": The property has a fire sprinkler system.

Firewalls

"Firewall(s)": The property has firewall(s).

GatedCommunity

"Gated Community": The property is in a gated community.

GatedwithGuard

"Gated with Guard": The property is in a gated community/area with guard service.

KeyCardEntry

"Key Card Entry": The property or community has key card entry.

Other

"Other": The property has security features other than those in this list.

PanicAlarm

"Panic Alarm": The property has a panic alarm.

Prewired

"Prewired": The property is prewired for a security system.

SecuredGarageParking

"Secured Garage/Parking": The property has a secured garage or parking area.

SecurityFence

"Security Fence": The property has a security fence.

SecurityGate

"Security Gate": The property has a security gate.

SecurityGuard

"Security Guard": The property or community has a security guard.

SecurityLights

"Security Lights": The property has security lights.

SecurityService

"Security Service": The property has a security service.

SecuritySystem

"Security System": The property has a security system.

SecuritySystemLeased

"Security System Leased": The property has a leased security system.

SecuritySystemOwned

"Security System Owned": The property has an owned security system.

SeeRemarks

"See Remarks": See the remarks fields for more information about the security features of the property.

SmokeDetectors

"Smoke Detector(s)": The property has smoke detector(s).

VariesByUnit

"Varies By Unit": The security features vary from unit to unit.

WindowBars

"Window Bars": The property has window bars.

WindowBarswithQuickRelease

"Window Bars with Quick Release": The property has window bars with a quick release mechanism.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for SecurityFeatures[src]

impl Debug for SecurityFeatures[src]

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

impl Eq for SecurityFeatures[src]

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

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

impl From<String> for SecurityFeatures[src]

impl PartialEq<SecurityFeatures> for SecurityFeatures[src]

impl ResoEnumeration for SecurityFeatures[src]

impl Serialize for SecurityFeatures[src]

impl StructuralEq for SecurityFeatures[src]

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