Enum ruststep::ap201::explicit_draughting::GeometricSetSelectHolder [−][src]
pub enum GeometricSetSelectHolder {
Point(PointAnyHolder),
Curve(CurveAnyHolder),
}
Variants
Point(PointAnyHolder)
Tuple Fields of Point
Curve(CurveAnyHolder)
Tuple Fields of Curve
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<GeometricSetSelect>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<GeometricSetSelect>> + 'table>
Get owned entities as an iterator
type Owned = GeometricSetSelect
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 GeometricSetSelectHolder
impl Send for GeometricSetSelectHolder
impl Sync for GeometricSetSelectHolder
impl Unpin for GeometricSetSelectHolder
impl UnwindSafe for GeometricSetSelectHolder
Blanket Implementations
Mutably borrows from an owned value. Read more