Struct ruststep::ap201::explicit_draughting::DrawingRevision [−][src]
pub struct DrawingRevision {
pub presentation_set: PresentationSet,
pub revision_identifier: Identifier,
pub drawing_identifier: DrawingDefinition,
pub intended_scale: Option<Text>,
}
Fields
presentation_set: PresentationSet
revision_identifier: Identifier
drawing_identifier: DrawingDefinition
intended_scale: Option<Text>
Implementations
pub fn new(
presentation_set: PresentationSet,
revision_identifier: Identifier,
drawing_identifier: DrawingDefinition,
intended_scale: Option<Text>
) -> Self
pub fn new(
presentation_set: PresentationSet,
revision_identifier: Identifier,
drawing_identifier: DrawingDefinition,
intended_scale: Option<Text>
) -> Self
Constructs a new DrawingRevision
.
Methods from Deref<Target = PresentationSet>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = PresentationSet
type Target = PresentationSet
The resulting type after dereferencing.
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 DrawingRevision
impl Send for DrawingRevision
impl Sync for DrawingRevision
impl Unpin for DrawingRevision
impl UnwindSafe for DrawingRevision
Blanket Implementations
Mutably borrows from an owned value. Read more