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