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