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