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