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