Enum ruststep::ap201::explicit_draughting::ContractAssignmentAnyHolder [−][src]
pub enum ContractAssignmentAnyHolder {
ContractAssignment(Box<ContractAssignmentHolder>),
DraughtingContractAssignment(Box<DraughtingContractAssignmentHolder>),
}
Variants
ContractAssignment(Box<ContractAssignmentHolder>)
Tuple Fields of ContractAssignment
DraughtingContractAssignment(Box<DraughtingContractAssignmentHolder>)
Tuple Fields of DraughtingContractAssignment
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<ContractAssignmentAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ContractAssignmentAny>> + 'table>
Get owned entities as an iterator
type Owned = ContractAssignmentAny
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 ContractAssignmentAnyHolder
impl Send for ContractAssignmentAnyHolder
impl Sync for ContractAssignmentAnyHolder
impl Unpin for ContractAssignmentAnyHolder
impl UnwindSafe for ContractAssignmentAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more