[][src]Enum reso_dd::YearBuiltSource

pub enum YearBuiltSource {
    Appraiser,
    Assessor,
    Builder,
    Estimated,
    Other,
    Owner,
    PublicRecords,
    SeeRemarks,
    OpenEnumeration(String),
}

Variants

Appraiser

"Appraiser": An appraiser provided the year built.

Assessor

"Assessor": The assessor provided the year built.

Builder

"Builder": The builder provided the year built.

Estimated

"Estimated": The year built is an estimate.

Other

"Other": The year built was provided by another party not listed.

Owner

"Owner": The owner provided the year built.

PublicRecords

"Public Records": The year built was received from public records.

SeeRemarks

"See Remarks": See remarks for information about the source of the lot size measurement.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for YearBuiltSource[src]

impl Debug for YearBuiltSource[src]

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

impl Eq for YearBuiltSource[src]

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

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

impl From<String> for YearBuiltSource[src]

impl PartialEq<YearBuiltSource> for YearBuiltSource[src]

impl ResoEnumeration for YearBuiltSource[src]

impl Serialize for YearBuiltSource[src]

impl StructuralEq for YearBuiltSource[src]

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