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