Struct ruststep::ap201::explicit_draughting::DraughtingTextLiteralWithDelineation [−][src]
pub struct DraughtingTextLiteralWithDelineation {
pub text_literal_with_delineation: TextLiteralWithDelineation,
}
Fields
text_literal_with_delineation: TextLiteralWithDelineation
Implementations
Constructs a new DraughtingTextLiteralWithDelineation
.
Methods from Deref<Target = TextLiteralWithDelineation>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = TextLiteralWithDelineation
type Target = TextLiteralWithDelineation
The resulting type after dereferencing.
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 DraughtingTextLiteralWithDelineation
impl Sync for DraughtingTextLiteralWithDelineation
Blanket Implementations
Mutably borrows from an owned value. Read more