[][src]Enum reso_dd::GreenVerificationStatus

pub enum GreenVerificationStatus {
    Complete,
    InProcess,
    OpenEnumeration(String),
}

Variants

Complete

"Complete": Indicates that verification process is complete. All requirements are complete and official verification documentation is on file or published; or more than 12 months of occupancy.

InProcess

"In Process": Indicates that verification process is underway, but not complete. Application, plans testing or specifications in process; or may be less than 12 months of occupancy.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for GreenVerificationStatus[src]

impl Debug for GreenVerificationStatus[src]

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

impl Eq for GreenVerificationStatus[src]

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

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

impl From<String> for GreenVerificationStatus[src]

impl PartialEq<GreenVerificationStatus> for GreenVerificationStatus[src]

impl ResoEnumeration for GreenVerificationStatus[src]

impl Serialize for GreenVerificationStatus[src]

impl StructuralEq for GreenVerificationStatus[src]

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