Enum ruststep::ap201::explicit_draughting::PlanarExtentAnyHolder [−][src]
pub enum PlanarExtentAnyHolder {
PlanarExtent(Box<PlanarExtentHolder>),
PlanarBox(Box<PlanarBoxHolder>),
}
Variants
PlanarExtent(Box<PlanarExtentHolder>)
Tuple Fields of PlanarExtent
PlanarBox(Box<PlanarBoxHolder>)
Tuple Fields of PlanarBox
0: Box<PlanarBoxHolder>
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<PlanarExtentAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PlanarExtentAny>> + 'table>
Get owned entities as an iterator
type Owned = PlanarExtentAny
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 PlanarExtentAnyHolder
impl Send for PlanarExtentAnyHolder
impl Sync for PlanarExtentAnyHolder
impl Unpin for PlanarExtentAnyHolder
impl UnwindSafe for PlanarExtentAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more