Enum ruststep::ap203::config_control_design::WorkItemHolder [−][src]
pub enum WorkItemHolder {
ProductDefinitionFormation(ProductDefinitionFormationAnyHolder),
}
Variants
ProductDefinitionFormation(ProductDefinitionFormationAnyHolder)
Tuple Fields of ProductDefinitionFormation
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = WorkItemHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for WorkItemHolder
impl Send for WorkItemHolder
impl Sync for WorkItemHolder
impl Unpin for WorkItemHolder
impl UnwindSafe for WorkItemHolder
Blanket Implementations
Mutably borrows from an owned value. Read more