pub enum LengthMeasureWithUnitRef {
LengthMeasureWithUnit(LengthMeasureWithUnitId),
Complex(ComplexUnitId),
}Variants§
LengthMeasureWithUnit(LengthMeasureWithUnitId)
Complex(ComplexUnitId)
Implementations§
Source§impl LengthMeasureWithUnitRef
impl LengthMeasureWithUnitRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> LengthMeasureWithUnitRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for LengthMeasureWithUnitRef
impl Clone for LengthMeasureWithUnitRef
Source§fn clone(&self) -> LengthMeasureWithUnitRef
fn clone(&self) -> LengthMeasureWithUnitRef
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 Debug for LengthMeasureWithUnitRef
impl Debug for LengthMeasureWithUnitRef
Source§impl PartialEq for LengthMeasureWithUnitRef
impl PartialEq for LengthMeasureWithUnitRef
Source§fn eq(&self, other: &LengthMeasureWithUnitRef) -> bool
fn eq(&self, other: &LengthMeasureWithUnitRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LengthMeasureWithUnitRef
Auto Trait Implementations§
impl Freeze for LengthMeasureWithUnitRef
impl RefUnwindSafe for LengthMeasureWithUnitRef
impl Send for LengthMeasureWithUnitRef
impl Sync for LengthMeasureWithUnitRef
impl Unpin for LengthMeasureWithUnitRef
impl UnsafeUnpin for LengthMeasureWithUnitRef
impl UnwindSafe for LengthMeasureWithUnitRef
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