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