[][src]Enum reso_dd::GreenVerificationSource

pub enum GreenVerificationSource {
    Administrator,
    Assessor,
    Builder,
    ContractororInstaller,
    Other,
    Owner,
    ProgramSponsor,
    ProgramVerifier,
    PublicRecords,
    SeeRemarks,
    OpenEnumeration(String),
}

Variants

Administrator

"Administrator": An administrator such as a utility, governmental entity, etc. provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

Assessor

"Assessor": The assessor provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

Builder

"Builder": The builder provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

ContractororInstaller

"Contractor or Installer": The contractor or installer provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

Other

"Other": Data such as photovoltaic characteristics, or a verified score, certification, label, etc. was received from another party not listed.

Owner

"Owner": The owner provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

ProgramSponsor

"Program Sponsor": The program sponsor provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

ProgramVerifier

"Program Verifier": The program verifier hired as a third-party provided data such as photovoltaic characteristics, or a verified score, certification, label, etc.

PublicRecords

"Public Records": Data such as photovoltaic characteristics, or a verified score, certification, label, etc. was received from public record such as a building permit.

SeeRemarks

"See Remarks": See remarks for information about the source of data such as photovoltaic characteristics, or a verified score, certification, label, etc.

OpenEnumeration(String)

A value that was not defined by the enumeration

Trait Implementations

impl Clone for GreenVerificationSource[src]

impl Debug for GreenVerificationSource[src]

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

impl Eq for GreenVerificationSource[src]

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

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

impl From<String> for GreenVerificationSource[src]

impl PartialEq<GreenVerificationSource> for GreenVerificationSource[src]

impl ResoEnumeration for GreenVerificationSource[src]

impl Serialize for GreenVerificationSource[src]

impl StructuralEq for GreenVerificationSource[src]

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