Struct ruststep::ap203::config_control_design::OrganizationalAddressHolder [−][src]
pub struct OrganizationalAddressHolder {
pub address: PlaceHolder<AddressHolder>,
pub organizations: Vec<PlaceHolder<OrganizationHolder>>,
pub description: PlaceHolder<TextHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
address: PlaceHolder<AddressHolder>
organizations: Vec<PlaceHolder<OrganizationHolder>>
description: PlaceHolder<TextHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<OrganizationalAddress>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<OrganizationalAddress>> + 'table>
Get owned entities as an iterator
type Owned = OrganizationalAddress
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = OrganizationalAddressHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for OrganizationalAddressHolder
impl Send for OrganizationalAddressHolder
impl Sync for OrganizationalAddressHolder
impl Unpin for OrganizationalAddressHolder
impl UnwindSafe for OrganizationalAddressHolder
Blanket Implementations
Mutably borrows from an owned value. Read more