Struct ruststep::ap201::explicit_draughting::DraughtingPreDefinedColourHolder [−][src]
pub struct DraughtingPreDefinedColourHolder {
pub pre_defined_colour: PlaceHolder<PreDefinedColourHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
pre_defined_colour: PlaceHolder<PreDefinedColourHolder>
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<DraughtingPreDefinedColour>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DraughtingPreDefinedColour>> + 'table>
Get owned entities as an iterator
type Owned = DraughtingPreDefinedColour
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DraughtingPreDefinedColourHolderVisitor
Auto Trait Implementations
impl Send for DraughtingPreDefinedColourHolder
impl Sync for DraughtingPreDefinedColourHolder
impl Unpin for DraughtingPreDefinedColourHolder
Blanket Implementations
Mutably borrows from an owned value. Read more