Enum ruststep::ap201::explicit_draughting::ColourSpecificationAnyHolder [−][src]
pub enum ColourSpecificationAnyHolder {
ColourSpecification(Box<ColourSpecificationHolder>),
ColourRgb(Box<ColourRgbHolder>),
}
Variants
ColourSpecification(Box<ColourSpecificationHolder>)
Tuple Fields of ColourSpecification
ColourRgb(Box<ColourRgbHolder>)
Tuple Fields of ColourRgb
0: Box<ColourRgbHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ColourSpecificationAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ColourSpecificationAny>> + 'table>
Get owned entities as an iterator
type Owned = ColourSpecificationAny
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 Send for ColourSpecificationAnyHolder
impl Sync for ColourSpecificationAnyHolder
impl Unpin for ColourSpecificationAnyHolder
impl UnwindSafe for ColourSpecificationAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more