Struct ruststep::ap201::explicit_draughting::DraughtingGroupAssignment [−][src]
pub struct DraughtingGroupAssignment {
pub group_assignment: GroupAssignment,
pub items: Vec<DraughtingGroupedItem>,
}
Fields
group_assignment: GroupAssignment
items: Vec<DraughtingGroupedItem>
Implementations
Constructs a new DraughtingGroupAssignment
.
Methods from Deref<Target = GroupAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = GroupAssignment
type Target = GroupAssignment
The resulting type after dereferencing.
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 DraughtingGroupAssignment
impl Send for DraughtingGroupAssignment
impl Sync for DraughtingGroupAssignment
impl Unpin for DraughtingGroupAssignment
impl UnwindSafe for DraughtingGroupAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more