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