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