Enum ruststep::ap203::config_control_design::CompositeCurveSegmentAnyHolder [−][src]
pub enum CompositeCurveSegmentAnyHolder {
CompositeCurveSegment(Box<CompositeCurveSegmentHolder>),
ReparametrisedCompositeCurveSegment(Box<ReparametrisedCompositeCurveSegmentHolder>),
}
Variants
CompositeCurveSegment(Box<CompositeCurveSegmentHolder>)
Tuple Fields of CompositeCurveSegment
ReparametrisedCompositeCurveSegment(Box<ReparametrisedCompositeCurveSegmentHolder>)
Tuple Fields of ReparametrisedCompositeCurveSegment
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<CompositeCurveSegmentAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CompositeCurveSegmentAny>> + 'table>
Get owned entities as an iterator
type Owned = CompositeCurveSegmentAny
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 Send for CompositeCurveSegmentAnyHolder
impl Sync for CompositeCurveSegmentAnyHolder
impl Unpin for CompositeCurveSegmentAnyHolder
impl UnwindSafe for CompositeCurveSegmentAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more