Enum ruststep::ap201::explicit_draughting::ContractAssignmentAny [−][src]
pub enum ContractAssignmentAny {
ContractAssignment(Box<ContractAssignment>),
DraughtingContractAssignment(Box<DraughtingContractAssignment>),
}
Variants
ContractAssignment(Box<ContractAssignment>)
Tuple Fields of ContractAssignment
DraughtingContractAssignment(Box<DraughtingContractAssignment>)
Tuple Fields of DraughtingContractAssignment
Trait Implementations
Performs the conversion.
Performs the conversion.
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 RefUnwindSafe for ContractAssignmentAny
impl Send for ContractAssignmentAny
impl Sync for ContractAssignmentAny
impl Unpin for ContractAssignmentAny
impl UnwindSafe for ContractAssignmentAny
Blanket Implementations
Mutably borrows from an owned value. Read more