Enum ruststep::ap201::explicit_draughting::DraughtingPresentedItemSelect [−][src]
pub enum DraughtingPresentedItemSelect {
ProductDefinitionFormation(Box<ProductDefinitionFormation>),
}
Variants
ProductDefinitionFormation(Box<ProductDefinitionFormation>)
Tuple Fields of ProductDefinitionFormation
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 Send for DraughtingPresentedItemSelect
impl Sync for DraughtingPresentedItemSelect
impl Unpin for DraughtingPresentedItemSelect
impl UnwindSafe for DraughtingPresentedItemSelect
Blanket Implementations
Mutably borrows from an owned value. Read more