Struct ruststep::ap203::config_control_design::BoundaryCurveHolder [−][src]
pub struct BoundaryCurveHolder {
pub composite_curve_on_surface: PlaceHolder<CompositeCurveOnSurfaceHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
composite_curve_on_surface: PlaceHolder<CompositeCurveOnSurfaceHolder>
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<BoundaryCurve>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BoundaryCurve>> + 'table>
Get owned entities as an iterator
type Owned = BoundaryCurve
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = BoundaryCurveHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for BoundaryCurveHolder
impl Send for BoundaryCurveHolder
impl Sync for BoundaryCurveHolder
impl Unpin for BoundaryCurveHolder
impl UnwindSafe for BoundaryCurveHolder
Blanket Implementations
Mutably borrows from an owned value. Read more