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