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