Struct ruststep::ap201::explicit_draughting::DraughtingApprovalAssignmentHolder [−][src]
pub struct DraughtingApprovalAssignmentHolder {
pub approval_assignment: PlaceHolder<ApprovalAssignmentHolder>,
pub approved_items: Vec<PlaceHolder<ApprovedItemHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
approval_assignment: PlaceHolder<ApprovalAssignmentHolder>
approved_items: Vec<PlaceHolder<ApprovedItemHolder>>
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<DraughtingApprovalAssignment>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DraughtingApprovalAssignment>> + '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 = DraughtingApprovalAssignmentHolderVisitor
Auto Trait Implementations
impl Send for DraughtingApprovalAssignmentHolder
impl Sync for DraughtingApprovalAssignmentHolder
impl Unpin for DraughtingApprovalAssignmentHolder
Blanket Implementations
Mutably borrows from an owned value. Read more