Enum ruststep::ap201::explicit_draughting::SymbolRepresentationAny [−][src]
pub enum SymbolRepresentationAny {
SymbolRepresentation(Box<SymbolRepresentation>),
DraughtingSubfigureRepresentation(Box<DraughtingSubfigureRepresentation>),
DraughtingSymbolRepresentation(Box<DraughtingSymbolRepresentationAny>),
}
Variants
SymbolRepresentation(Box<SymbolRepresentation>)
Tuple Fields of SymbolRepresentation
DraughtingSubfigureRepresentation(Box<DraughtingSubfigureRepresentation>)
Tuple Fields of DraughtingSubfigureRepresentation
DraughtingSymbolRepresentation(Box<DraughtingSymbolRepresentationAny>)
Tuple Fields of DraughtingSymbolRepresentation
Trait Implementations
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 SymbolRepresentationAny
impl Send for SymbolRepresentationAny
impl Sync for SymbolRepresentationAny
impl Unpin for SymbolRepresentationAny
impl UnwindSafe for SymbolRepresentationAny
Blanket Implementations
Mutably borrows from an owned value. Read more