Enum ruststep::ap203::config_control_design::PersonOrganizationItemHolder   [−][src]
pub enum PersonOrganizationItemHolder {
    Change(Box<ChangeHolder>),
    StartWork(Box<StartWorkHolder>),
    ChangeRequest(Box<ChangeRequestHolder>),
    StartRequest(Box<StartRequestHolder>),
    ConfigurationItem(Box<ConfigurationItemHolder>),
    Product(Box<ProductHolder>),
    ProductDefinitionFormation(ProductDefinitionFormationAnyHolder),
    ProductDefinition(ProductDefinitionAnyHolder),
    Contract(Box<ContractHolder>),
    SecurityClassification(Box<SecurityClassificationHolder>),
}Variants
Change(Box<ChangeHolder>)Tuple Fields of Change
0: Box<ChangeHolder>StartWork(Box<StartWorkHolder>)Tuple Fields of StartWork
0: Box<StartWorkHolder>ChangeRequest(Box<ChangeRequestHolder>)Tuple Fields of ChangeRequest
StartRequest(Box<StartRequestHolder>)Tuple Fields of StartRequest
ConfigurationItem(Box<ConfigurationItemHolder>)Tuple Fields of ConfigurationItem
Product(Box<ProductHolder>)Tuple Fields of Product
0: Box<ProductHolder>ProductDefinitionFormation(ProductDefinitionFormationAnyHolder)Tuple Fields of ProductDefinitionFormation
ProductDefinition(ProductDefinitionAnyHolder)Tuple Fields of ProductDefinition
Contract(Box<ContractHolder>)Tuple Fields of Contract
0: Box<ContractHolder>SecurityClassification(Box<SecurityClassificationHolder>)Tuple Fields of SecurityClassification
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<PersonOrganizationItem>> + 'table>
fn owned_iter<'table>(
    &'table self
) -> Box<dyn Iterator<Item = Result<PersonOrganizationItem>> + 'table>
Get owned entities as an iterator
type Owned = PersonOrganizationItem
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PersonOrganizationItemHolder
impl Sync for PersonOrganizationItemHolder
impl Unpin for PersonOrganizationItemHolder
impl UnwindSafe for PersonOrganizationItemHolder
Blanket Implementations
Mutably borrows from an owned value. Read more