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