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