pub struct OCABuilder {
    pub oca: OCA,
    pub meta_translations: HashMap<Language, OCATranslation>,
    pub form_layout: Option<String>,
    pub form_layout_reference: BTreeMap<String, String>,
    pub credential_layout: Option<String>,
    pub credential_layout_reference: BTreeMap<String, String>,
    /* private fields */
}

Fields

oca: OCAmeta_translations: HashMap<Language, OCATranslation>form_layout: Option<String>form_layout_reference: BTreeMap<String, String>credential_layout: Option<String>credential_layout_reference: BTreeMap<String, String>

Implementations

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.