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