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