Enum ruststep::ap201::explicit_draughting::ColourAnyHolder [−][src]
pub enum ColourAnyHolder {
Colour(Box<ColourHolder>),
ColourSpecification(Box<ColourSpecificationAnyHolder>),
PreDefinedColour(Box<PreDefinedColourAnyHolder>),
}
Variants
Colour(Box<ColourHolder>)
Tuple Fields of Colour
0: Box<ColourHolder>
ColourSpecification(Box<ColourSpecificationAnyHolder>)
Tuple Fields of ColourSpecification
PreDefinedColour(Box<PreDefinedColourAnyHolder>)
Tuple Fields of PreDefinedColour
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ColourAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ColourAnyHolder
impl Send for ColourAnyHolder
impl Sync for ColourAnyHolder
impl Unpin for ColourAnyHolder
impl UnwindSafe for ColourAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more