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