Enum ruststep::ap201::explicit_draughting::ExternallyDefinedItemAny [−][src]
pub enum ExternallyDefinedItemAny {
ExternallyDefinedItem(Box<ExternallyDefinedItem>),
ExternallyDefinedCurveFont(Box<ExternallyDefinedCurveFont>),
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyle>),
ExternallyDefinedSymbol(Box<ExternallyDefinedSymbol>),
ExternallyDefinedTextFont(Box<ExternallyDefinedTextFont>),
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyle>),
}
Variants
ExternallyDefinedItem(Box<ExternallyDefinedItem>)
Tuple Fields of ExternallyDefinedItem
ExternallyDefinedCurveFont(Box<ExternallyDefinedCurveFont>)
Tuple Fields of ExternallyDefinedCurveFont
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyle>)
Tuple Fields of ExternallyDefinedHatchStyle
ExternallyDefinedSymbol(Box<ExternallyDefinedSymbol>)
Tuple Fields of ExternallyDefinedSymbol
ExternallyDefinedTextFont(Box<ExternallyDefinedTextFont>)
Tuple Fields of ExternallyDefinedTextFont
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyle>)
Tuple Fields of ExternallyDefinedTileStyle
Trait Implementations
Performs the conversion.
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 ExternallyDefinedItemAny
impl Send for ExternallyDefinedItemAny
impl Sync for ExternallyDefinedItemAny
impl Unpin for ExternallyDefinedItemAny
impl UnwindSafe for ExternallyDefinedItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more