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