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