pub enum LengthOrPlaneAngleMeasureWithUnitSelectRef {
LengthMeasureWithUnit(LengthMeasureWithUnitId),
PlaneAngleMeasureWithUnit(PlaneAngleMeasureWithUnitId),
Complex(ComplexUnitId),
}Variants§
LengthMeasureWithUnit(LengthMeasureWithUnitId)
PlaneAngleMeasureWithUnit(PlaneAngleMeasureWithUnitId)
Complex(ComplexUnitId)
Implementations§
Source§impl LengthOrPlaneAngleMeasureWithUnitSelectRef
impl LengthOrPlaneAngleMeasureWithUnitSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl Clone for LengthOrPlaneAngleMeasureWithUnitSelectRef
Source§fn clone(&self) -> LengthOrPlaneAngleMeasureWithUnitSelectRef
fn clone(&self) -> LengthOrPlaneAngleMeasureWithUnitSelectRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl PartialEq for LengthOrPlaneAngleMeasureWithUnitSelectRef
Source§fn eq(&self, other: &LengthOrPlaneAngleMeasureWithUnitSelectRef) -> bool
fn eq(&self, other: &LengthOrPlaneAngleMeasureWithUnitSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LengthOrPlaneAngleMeasureWithUnitSelectRef
Auto Trait Implementations§
impl Freeze for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl RefUnwindSafe for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl Send for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl Sync for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl Unpin for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl UnsafeUnpin for LengthOrPlaneAngleMeasureWithUnitSelectRef
impl UnwindSafe for LengthOrPlaneAngleMeasureWithUnitSelectRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more