Enum ruststep::ap201::explicit_draughting::MappedItemAny [−][src]
pub enum MappedItemAny {
MappedItem(Box<MappedItem>),
AnnotationSymbol(Box<AnnotationSymbol>),
AnnotationText(Box<AnnotationText>),
CameraImage(Box<CameraImageAny>),
}
Variants
MappedItem(Box<MappedItem>)
Tuple Fields of MappedItem
0: Box<MappedItem>
AnnotationSymbol(Box<AnnotationSymbol>)
Tuple Fields of AnnotationSymbol
0: Box<AnnotationSymbol>
AnnotationText(Box<AnnotationText>)
Tuple Fields of AnnotationText
0: Box<AnnotationText>
CameraImage(Box<CameraImageAny>)
Tuple Fields of CameraImage
0: Box<CameraImageAny>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 MappedItemAny
impl Send for MappedItemAny
impl Sync for MappedItemAny
impl Unpin for MappedItemAny
impl UnwindSafe for MappedItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more