Struct ruststep::ap201::explicit_draughting::DrawingDefinition [−][src]
pub struct DrawingDefinition {
pub drawing_number: Identifier,
pub drawing_type: Option<Label>,
}
Fields
drawing_number: Identifier
drawing_type: Option<Label>
Implementations
Constructs a new DrawingDefinition
.
Trait Implementations
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 DrawingDefinition
impl Send for DrawingDefinition
impl Sync for DrawingDefinition
impl Unpin for DrawingDefinition
impl UnwindSafe for DrawingDefinition
Blanket Implementations
Mutably borrows from an owned value. Read more