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