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