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