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