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