Enum ruststep::ap201::explicit_draughting::CompositeTextAny [−][src]
pub enum CompositeTextAny {
CompositeText(Box<CompositeText>),
CompositeTextWithAssociatedCurves(Box<CompositeTextWithAssociatedCurves>),
CompositeTextWithBlankingBox(Box<CompositeTextWithBlankingBox>),
CompositeTextWithExtent(Box<CompositeTextWithExtent>),
}
Variants
CompositeText(Box<CompositeText>)
Tuple Fields of CompositeText
0: Box<CompositeText>
CompositeTextWithAssociatedCurves(Box<CompositeTextWithAssociatedCurves>)
Tuple Fields of CompositeTextWithAssociatedCurves
CompositeTextWithBlankingBox(Box<CompositeTextWithBlankingBox>)
Tuple Fields of CompositeTextWithBlankingBox
CompositeTextWithExtent(Box<CompositeTextWithExtent>)
Tuple Fields of CompositeTextWithExtent
Trait Implementations
Performs the conversion.
Performs the conversion.
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 RefUnwindSafe for CompositeTextAny
impl Send for CompositeTextAny
impl Sync for CompositeTextAny
impl Unpin for CompositeTextAny
impl UnwindSafe for CompositeTextAny
Blanket Implementations
Mutably borrows from an owned value. Read more