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