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