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