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