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