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