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