Enum ruststep::ap203::config_control_design::FoundedItemAnyHolder [−][src]
pub enum FoundedItemAnyHolder {
FoundedItem(Box<FoundedItemHolder>),
CompositeCurveSegment(Box<CompositeCurveSegmentAnyHolder>),
SurfacePatch(Box<SurfacePatchHolder>),
}
Variants
FoundedItem(Box<FoundedItemHolder>)
Tuple Fields of FoundedItem
0: Box<FoundedItemHolder>
CompositeCurveSegment(Box<CompositeCurveSegmentAnyHolder>)
Tuple Fields of CompositeCurveSegment
SurfacePatch(Box<SurfacePatchHolder>)
Tuple Fields of SurfacePatch
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<FoundedItemAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<FoundedItemAny>> + 'table>
Get owned entities as an iterator
type Owned = FoundedItemAny
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 FoundedItemAnyHolder
impl Send for FoundedItemAnyHolder
impl Sync for FoundedItemAnyHolder
impl Unpin for FoundedItemAnyHolder
impl UnwindSafe for FoundedItemAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more