Enum ruststep::ap201::explicit_draughting::ProjectionDirectedCalloutAnyHolder [−][src]
pub enum ProjectionDirectedCalloutAnyHolder {
ProjectionDirectedCallout(Box<ProjectionDirectedCalloutHolder>),
OrdinateDimension(Box<OrdinateDimensionHolder>),
}
Variants
ProjectionDirectedCallout(Box<ProjectionDirectedCalloutHolder>)
Tuple Fields of ProjectionDirectedCallout
OrdinateDimension(Box<OrdinateDimensionHolder>)
Tuple Fields of OrdinateDimension
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<ProjectionDirectedCalloutAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProjectionDirectedCalloutAny>> + 'table>
Get owned entities as an iterator
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 Send for ProjectionDirectedCalloutAnyHolder
impl Sync for ProjectionDirectedCalloutAnyHolder
impl Unpin for ProjectionDirectedCalloutAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more