Struct ruststep::ap201::explicit_draughting::TextLiteralWithAssociatedCurves [−][src]
pub struct TextLiteralWithAssociatedCurves {
pub text_literal: TextLiteral,
pub associated_curves: Vec<CurveAny>,
}Fields
text_literal: TextLiteralassociated_curves: Vec<CurveAny>Implementations
Constructs a new TextLiteralWithAssociatedCurves.
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 Send for TextLiteralWithAssociatedCurves
impl Sync for TextLiteralWithAssociatedCurves
impl Unpin for TextLiteralWithAssociatedCurves
Blanket Implementations
Mutably borrows from an owned value. Read more