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