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