Enum ruststep::ap201::explicit_draughting::PersonAndOrganizationAssignmentAny [−][src]
pub enum PersonAndOrganizationAssignmentAny {
PersonAndOrganizationAssignment(Box<PersonAndOrganizationAssignment>),
DraughtingPersonAndOrganizationAssignment(Box<DraughtingPersonAndOrganizationAssignment>),
}
Variants
PersonAndOrganizationAssignment(Box<PersonAndOrganizationAssignment>)
Tuple Fields of PersonAndOrganizationAssignment
DraughtingPersonAndOrganizationAssignment(Box<DraughtingPersonAndOrganizationAssignment>)
Tuple Fields of DraughtingPersonAndOrganizationAssignment
Trait Implementations
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 PersonAndOrganizationAssignmentAny
impl Sync for PersonAndOrganizationAssignmentAny
impl Unpin for PersonAndOrganizationAssignmentAny
Blanket Implementations
Mutably borrows from an owned value. Read more