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