Enum ruststep::ap203::config_control_design::ConnectedFaceSetAny [−][src]
pub enum ConnectedFaceSetAny {
ConnectedFaceSet(Box<ConnectedFaceSet>),
ClosedShell(Box<ClosedShellAny>),
OpenShell(Box<OpenShellAny>),
}
Variants
ConnectedFaceSet(Box<ConnectedFaceSet>)
Tuple Fields of ConnectedFaceSet
0: Box<ConnectedFaceSet>
ClosedShell(Box<ClosedShellAny>)
Tuple Fields of ClosedShell
0: Box<ClosedShellAny>
OpenShell(Box<OpenShellAny>)
Tuple Fields of OpenShell
0: Box<OpenShellAny>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ConnectedFaceSetAny
impl Send for ConnectedFaceSetAny
impl Sync for ConnectedFaceSetAny
impl Unpin for ConnectedFaceSetAny
impl UnwindSafe for ConnectedFaceSetAny
Blanket Implementations
Mutably borrows from an owned value. Read more