pub enum AnnotationRepresentationSelectRef {
DraughtingModel(DraughtingModelId),
PresentationArea(PresentationAreaId),
PresentationView(PresentationViewId),
SymbolRepresentation(SymbolRepresentationId),
Complex(ComplexUnitId),
}Variants§
DraughtingModel(DraughtingModelId)
PresentationArea(PresentationAreaId)
PresentationView(PresentationViewId)
SymbolRepresentation(SymbolRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl AnnotationRepresentationSelectRef
impl AnnotationRepresentationSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> AnnotationRepresentationSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for AnnotationRepresentationSelectRef
impl Clone for AnnotationRepresentationSelectRef
Source§fn clone(&self) -> AnnotationRepresentationSelectRef
fn clone(&self) -> AnnotationRepresentationSelectRef
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 AnnotationRepresentationSelectRef
impl PartialEq for AnnotationRepresentationSelectRef
Source§fn eq(&self, other: &AnnotationRepresentationSelectRef) -> bool
fn eq(&self, other: &AnnotationRepresentationSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationRepresentationSelectRef
Auto Trait Implementations§
impl Freeze for AnnotationRepresentationSelectRef
impl RefUnwindSafe for AnnotationRepresentationSelectRef
impl Send for AnnotationRepresentationSelectRef
impl Sync for AnnotationRepresentationSelectRef
impl Unpin for AnnotationRepresentationSelectRef
impl UnsafeUnpin for AnnotationRepresentationSelectRef
impl UnwindSafe for AnnotationRepresentationSelectRef
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