Struct ruststep::ap201::explicit_draughting::TextLiteralWithExtent [−][src]
pub struct TextLiteralWithExtent {
pub text_literal: TextLiteral,
pub extent: PlanarExtentAny,
}
Fields
text_literal: TextLiteral
extent: PlanarExtentAny
Implementations
Constructs a new TextLiteralWithExtent
.
Methods from Deref<Target = TextLiteral>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = TextLiteral
type Target = TextLiteral
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 RefUnwindSafe for TextLiteralWithExtent
impl Send for TextLiteralWithExtent
impl Sync for TextLiteralWithExtent
impl Unpin for TextLiteralWithExtent
impl UnwindSafe for TextLiteralWithExtent
Blanket Implementations
Mutably borrows from an owned value. Read more