Struct ruststep::ap201::explicit_draughting::PersonAndOrganization [−][src]
pub struct PersonAndOrganization {
pub the_person: Person,
pub the_organization: Organization,
}
Fields
the_person: Person
the_organization: Organization
Implementations
Constructs a new PersonAndOrganization
.
Trait Implementations
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 PersonAndOrganization
impl Send for PersonAndOrganization
impl Sync for PersonAndOrganization
impl Unpin for PersonAndOrganization
impl UnwindSafe for PersonAndOrganization
Blanket Implementations
Mutably borrows from an owned value. Read more