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