Enum ruststep::ap203::config_control_design::ShellHolder [−][src]
pub enum ShellHolder {
VertexShell(Box<VertexShellHolder>),
WireShell(Box<WireShellHolder>),
OpenShell(OpenShellAnyHolder),
ClosedShell(ClosedShellAnyHolder),
}
Variants
VertexShell(Box<VertexShellHolder>)
Tuple Fields of VertexShell
0: Box<VertexShellHolder>
WireShell(Box<WireShellHolder>)
Tuple Fields of WireShell
0: Box<WireShellHolder>
OpenShell(OpenShellAnyHolder)
Tuple Fields of OpenShell
ClosedShell(ClosedShellAnyHolder)
Tuple Fields of ClosedShell
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ShellHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ShellHolder
impl Send for ShellHolder
impl Sync for ShellHolder
impl Unpin for ShellHolder
impl UnwindSafe for ShellHolder
Blanket Implementations
Mutably borrows from an owned value. Read more