Struct ruststep::ap201::explicit_draughting::ShapeDefinitionRepresentation [−][src]
pub struct ShapeDefinitionRepresentation {
pub property_definition_representation: PropertyDefinitionRepresentation,
}
Fields
property_definition_representation: PropertyDefinitionRepresentation
Implementations
Constructs a new ShapeDefinitionRepresentation
.
Methods from Deref<Target = PropertyDefinitionRepresentation>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
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 ShapeDefinitionRepresentation
impl Sync for ShapeDefinitionRepresentation
impl Unpin for ShapeDefinitionRepresentation
impl UnwindSafe for ShapeDefinitionRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more