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