Struct ruststep::ap203::config_control_design::PersonAndOrganizationAssignment [−][src]
pub struct PersonAndOrganizationAssignment {
pub assigned_person_and_organization: PersonAndOrganization,
pub role: PersonAndOrganizationRole,
}
Fields
assigned_person_and_organization: PersonAndOrganization
role: PersonAndOrganizationRole
Implementations
pub fn new(
assigned_person_and_organization: PersonAndOrganization,
role: PersonAndOrganizationRole
) -> Self
pub fn new(
assigned_person_and_organization: PersonAndOrganization,
role: PersonAndOrganizationRole
) -> Self
Constructs a new PersonAndOrganizationAssignment
.
Trait Implementations
Performs the conversion.
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 Send for PersonAndOrganizationAssignment
impl Sync for PersonAndOrganizationAssignment
impl Unpin for PersonAndOrganizationAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more