[][src]Enum reso_dd::BodyType

pub enum BodyType {
    DoubleWide,
    Expando,
    Other,
    QuadWide,
    SeeRemarks,
    SingleWide,
    TripleWide,
    OpenEnumeration(String),
}

Variants

DoubleWide

"Double Wide": The body/structure type of the mobile/manufacture home is double wide.

Expando

"Expando": The body/structure type of the mobile/manufacture home is Expando.

Other

"Other": A body type not included in this list.

QuadWide

"Quad Wide": The body/structure type of the mobile/manufacture home is quad wide.

SeeRemarks

"See Remarks": The body/structure type of the mobile/manufacture home is see remarks.

SingleWide

"Single Wide": The body/structure type of the mobile/manufacture home is single wide.

TripleWide

"Triple Wide": The body/structure type of the mobile/manufacture home is triple wide.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for BodyType[src]

impl Debug for BodyType[src]

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

impl Eq for BodyType[src]

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

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

impl From<String> for BodyType[src]

impl PartialEq<BodyType> for BodyType[src]

impl ResoEnumeration for BodyType[src]

impl Serialize for BodyType[src]

impl StructuralEq for BodyType[src]

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