pub enum AnnotationTextOccurrenceItemRef {
AnnotationText(AnnotationTextId),
AnnotationTextCharacter(AnnotationTextCharacterId),
CompositeText(CompositeTextId),
DefinedCharacterGlyph(DefinedCharacterGlyphId),
TextLiteral(TextLiteralId),
Complex(ComplexUnitId),
}Variants§
AnnotationText(AnnotationTextId)
AnnotationTextCharacter(AnnotationTextCharacterId)
CompositeText(CompositeTextId)
DefinedCharacterGlyph(DefinedCharacterGlyphId)
TextLiteral(TextLiteralId)
Complex(ComplexUnitId)
Implementations§
Source§impl AnnotationTextOccurrenceItemRef
impl AnnotationTextOccurrenceItemRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> AnnotationTextOccurrenceItemRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for AnnotationTextOccurrenceItemRef
impl Clone for AnnotationTextOccurrenceItemRef
Source§fn clone(&self) -> AnnotationTextOccurrenceItemRef
fn clone(&self) -> AnnotationTextOccurrenceItemRef
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 AnnotationTextOccurrenceItemRef
impl PartialEq for AnnotationTextOccurrenceItemRef
Source§fn eq(&self, other: &AnnotationTextOccurrenceItemRef) -> bool
fn eq(&self, other: &AnnotationTextOccurrenceItemRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationTextOccurrenceItemRef
Auto Trait Implementations§
impl Freeze for AnnotationTextOccurrenceItemRef
impl RefUnwindSafe for AnnotationTextOccurrenceItemRef
impl Send for AnnotationTextOccurrenceItemRef
impl Sync for AnnotationTextOccurrenceItemRef
impl Unpin for AnnotationTextOccurrenceItemRef
impl UnsafeUnpin for AnnotationTextOccurrenceItemRef
impl UnwindSafe for AnnotationTextOccurrenceItemRef
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