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