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