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