Struct ruststep::ap203::config_control_design::PersonAndOrganizationHolder [−][src]
pub struct PersonAndOrganizationHolder {
pub the_person: PlaceHolder<PersonHolder>,
pub the_organization: PlaceHolder<OrganizationHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
the_person: PlaceHolder<PersonHolder>
the_organization: PlaceHolder<OrganizationHolder>
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<PersonAndOrganization>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PersonAndOrganization>> + 'table>
Get owned entities as an iterator
type Owned = PersonAndOrganization
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = PersonAndOrganizationHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PersonAndOrganizationHolder
impl Send for PersonAndOrganizationHolder
impl Sync for PersonAndOrganizationHolder
impl Unpin for PersonAndOrganizationHolder
impl UnwindSafe for PersonAndOrganizationHolder
Blanket Implementations
Mutably borrows from an owned value. Read more