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