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