Enum ruststep::ap201::explicit_draughting::GroupAssignmentAny [−][src]
pub enum GroupAssignmentAny {
GroupAssignment(Box<GroupAssignment>),
DraughtingGroupAssignment(Box<DraughtingGroupAssignment>),
}
Variants
GroupAssignment(Box<GroupAssignment>)
Tuple Fields of GroupAssignment
0: Box<GroupAssignment>
DraughtingGroupAssignment(Box<DraughtingGroupAssignment>)
Tuple Fields of DraughtingGroupAssignment
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 GroupAssignmentAny
impl Send for GroupAssignmentAny
impl Sync for GroupAssignmentAny
impl Unpin for GroupAssignmentAny
impl UnwindSafe for GroupAssignmentAny
Blanket Implementations
Mutably borrows from an owned value. Read more