Struct ruststep::ap201::explicit_draughting::DraughtingContractAssignment [−][src]
pub struct DraughtingContractAssignment {
pub contract_assignment: ContractAssignment,
pub items: Vec<ContractedItem>,
}
Fields
contract_assignment: ContractAssignment
items: Vec<ContractedItem>
Implementations
Constructs a new DraughtingContractAssignment
.
Methods from Deref<Target = ContractAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ContractAssignment
type Target = ContractAssignment
The resulting type after dereferencing.
Performs the conversion.
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 DraughtingContractAssignment
impl Sync for DraughtingContractAssignment
impl Unpin for DraughtingContractAssignment
impl UnwindSafe for DraughtingContractAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more