Struct ruststep::ap201::explicit_draughting::DraughtingContractAssignmentHolder [−][src]
pub struct DraughtingContractAssignmentHolder {
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<DraughtingContractAssignment>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DraughtingContractAssignment>> + 'table>
Get owned entities as an iterator
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DraughtingContractAssignmentHolderVisitor
Auto Trait Implementations
impl Send for DraughtingContractAssignmentHolder
impl Sync for DraughtingContractAssignmentHolder
impl Unpin for DraughtingContractAssignmentHolder
Blanket Implementations
Mutably borrows from an owned value. Read more