Struct ruststep::ap203::config_control_design::CcDesignPersonAndOrganizationAssignment [−][src]
pub struct CcDesignPersonAndOrganizationAssignment {
pub person_and_organization_assignment: PersonAndOrganizationAssignment,
pub items: Vec<PersonOrganizationItem>,
}
Fields
person_and_organization_assignment: PersonAndOrganizationAssignment
items: Vec<PersonOrganizationItem>
Implementations
pub fn new(
person_and_organization_assignment: PersonAndOrganizationAssignment,
items: Vec<PersonOrganizationItem>
) -> Self
pub fn new(
person_and_organization_assignment: PersonAndOrganizationAssignment,
items: Vec<PersonOrganizationItem>
) -> Self
Constructs a new CcDesignPersonAndOrganizationAssignment
.
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