Enum ruststep::ap201::explicit_draughting::PreDefinedItemAny [−][src]
pub enum PreDefinedItemAny {
PreDefinedItem(Box<PreDefinedItem>),
PreDefinedColour(Box<PreDefinedColourAny>),
PreDefinedCurveFont(Box<PreDefinedCurveFontAny>),
PreDefinedSymbol(Box<PreDefinedSymbolAny>),
PreDefinedTextFont(Box<PreDefinedTextFontAny>),
}
Variants
PreDefinedItem(Box<PreDefinedItem>)
Tuple Fields of PreDefinedItem
0: Box<PreDefinedItem>
PreDefinedColour(Box<PreDefinedColourAny>)
Tuple Fields of PreDefinedColour
PreDefinedCurveFont(Box<PreDefinedCurveFontAny>)
Tuple Fields of PreDefinedCurveFont
PreDefinedSymbol(Box<PreDefinedSymbolAny>)
Tuple Fields of PreDefinedSymbol
PreDefinedTextFont(Box<PreDefinedTextFontAny>)
Tuple Fields of PreDefinedTextFont
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 PreDefinedItemAny
impl Send for PreDefinedItemAny
impl Sync for PreDefinedItemAny
impl Unpin for PreDefinedItemAny
impl UnwindSafe for PreDefinedItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more