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