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