[][src]Enum reso_dd::View

pub enum View {
    Bay,
    Beach,
    Bridges,
    Canal,
    Canyon,
    City,
    CityLights,
    CreekStream,
    Desert,
    Downtown,
    Forest,
    Garden,
    GolfCourse,
    Hills,
    Lake,
    Marina,
    Meadow,
    Mountains,
    Neighborhood,
    None,
    Ocean,
    Orchard,
    Other,
    Panoramic,
    ParkGreenbelt,
    Pasture,
    Pond,
    Pool,
    Ridge,
    River,
    Rural,
    SeeRemarks,
    Skyline,
    Territorial,
    TreesWoods,
    Valley,
    Vineyard,
    Water,
    OpenEnumeration(String),
}

Variants

Bay

"Bay": The property has a bay view.

Beach

"Beach": The property has a beach view.

Bridges

"Bridge(s)": The property has a bridge(s) view.

Canal

"Canal": The property has a canal view.

Canyon

"Canyon": The property has a canyon view.

City

"City": The property has a city view.

CityLights

"City Lights": The property has a view of the city lights.

CreekStream

"Creek/Stream": The property has a creek/stream view.

Desert

"Desert": The property has a desert view.

Downtown

"Downtown": The property has a downtown view.

Forest

"Forest": The property has a forest view.

Garden

"Garden": The property has a garden view.

GolfCourse

"Golf Course": The property has a view of the golf course.

Hills

"Hills": The property has a view of the hills.

Lake

"Lake": The property has a lake view.

Marina

"Marina": The property has a marina view.

Meadow

"Meadow": The property has a view of the meadow.

Mountains

"Mountain(s)": The property has a mountain view.

Neighborhood

"Neighborhood": The property has a view of the neighborhood.

None

"None": The property has no view.

Ocean

"Ocean": The property has an ocean view.

Orchard

"Orchard": The property has a view of the orchard(s).

Other

"Other": The property has a view other than those in this list.

Panoramic

"Panoramic": The property has a panoramic view.

ParkGreenbelt

"Park/Greenbelt": The property has a park/greenbelt view.

Pasture

"Pasture": The property has a view of the pasture.

Pond

"Pond": The property has a view of a pond.

Pool

"Pool": The property has a view of the pool.

Ridge

"Ridge": The property has a view of the ridge.

River

"River": The property has a river view.

Rural

"Rural": The property has a rural view.

SeeRemarks

"See Remarks": See the remarks fields for more information about the view from the property.

Skyline

"Skyline": The property has a view of the skyline.

Territorial

"Territorial": The property has a view of the surrounding area.

TreesWoods

"Trees/Woods": The property has a view of the trees or woods.

Valley

"Valley": The property has a view of the valley.

Vineyard

"Vineyard": The property has a view of the vineyard(s).

Water

"Water": The property has a water view.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for View[src]

impl Debug for View[src]

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

impl Eq for View[src]

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

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

impl From<String> for View[src]

impl PartialEq<View> for View[src]

impl ResoEnumeration for View[src]

impl Serialize for View[src]

impl StructuralEq for View[src]

impl StructuralPartialEq for View[src]

Auto Trait Implementations

impl RefUnwindSafe for View

impl Send for View

impl Sync for View

impl Unpin for View

impl UnwindSafe for View

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.