pub enum AnnotationRepresentationSelectRefView<'m> {
DraughtingModel(&'m DraughtingModel),
PresentationArea(&'m PresentationArea),
PresentationView(&'m PresentationView),
SymbolRepresentation(&'m SymbolRepresentation),
Complex(&'m ComplexUnit),
}Variants§
DraughtingModel(&'m DraughtingModel)
PresentationArea(&'m PresentationArea)
PresentationView(&'m PresentationView)
SymbolRepresentation(&'m SymbolRepresentation)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for AnnotationRepresentationSelectRefView<'m>
impl<'m> Clone for AnnotationRepresentationSelectRefView<'m>
Source§fn clone(&self) -> AnnotationRepresentationSelectRefView<'m>
fn clone(&self) -> AnnotationRepresentationSelectRefView<'m>
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 moreimpl<'m> Copy for AnnotationRepresentationSelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for AnnotationRepresentationSelectRefView<'m>
impl<'m> RefUnwindSafe for AnnotationRepresentationSelectRefView<'m>
impl<'m> Send for AnnotationRepresentationSelectRefView<'m>
impl<'m> Sync for AnnotationRepresentationSelectRefView<'m>
impl<'m> Unpin for AnnotationRepresentationSelectRefView<'m>
impl<'m> UnsafeUnpin for AnnotationRepresentationSelectRefView<'m>
impl<'m> UnwindSafe for AnnotationRepresentationSelectRefView<'m>
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