Struct ruststep::ap201::explicit_draughting::DraughtingPersonAssignment [−][src]
pub struct DraughtingPersonAssignment {
pub person_assignment: PersonAssignment,
pub assigned_items: Vec<DraughtingOrganizationItem>,
}
Fields
person_assignment: PersonAssignment
assigned_items: Vec<DraughtingOrganizationItem>
Implementations
pub fn new(
person_assignment: PersonAssignment,
assigned_items: Vec<DraughtingOrganizationItem>
) -> Self
pub fn new(
person_assignment: PersonAssignment,
assigned_items: Vec<DraughtingOrganizationItem>
) -> Self
Constructs a new DraughtingPersonAssignment
.
Methods from Deref<Target = PersonAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = PersonAssignment
type Target = PersonAssignment
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 DraughtingPersonAssignment
impl Send for DraughtingPersonAssignment
impl Sync for DraughtingPersonAssignment
impl Unpin for DraughtingPersonAssignment
impl UnwindSafe for DraughtingPersonAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more