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