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