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