Enum ruststep::ap203::config_control_design::FoundedItemAny [−][src]
pub enum FoundedItemAny {
FoundedItem(Box<FoundedItem>),
CompositeCurveSegment(Box<CompositeCurveSegmentAny>),
SurfacePatch(Box<SurfacePatch>),
}
Variants
FoundedItem(Box<FoundedItem>)
Tuple Fields of FoundedItem
0: Box<FoundedItem>
CompositeCurveSegment(Box<CompositeCurveSegmentAny>)
Tuple Fields of CompositeCurveSegment
SurfacePatch(Box<SurfacePatch>)
Tuple Fields of SurfacePatch
0: Box<SurfacePatch>
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 FoundedItemAny
impl Send for FoundedItemAny
impl Sync for FoundedItemAny
impl Unpin for FoundedItemAny
impl UnwindSafe for FoundedItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more