pub enum AnnotationPlaceholderLeaderLineRefView<'m> {
AnnotationPlaceholderLeaderLine(&'m AnnotationPlaceholderLeaderLine),
AnnotationToAnnotationLeaderLine(&'m AnnotationToAnnotationLeaderLine),
AnnotationToModelLeaderLine(&'m AnnotationToModelLeaderLine),
AuxiliaryLeaderLine(&'m AuxiliaryLeaderLine),
}Variants§
AnnotationPlaceholderLeaderLine(&'m AnnotationPlaceholderLeaderLine)
AnnotationToAnnotationLeaderLine(&'m AnnotationToAnnotationLeaderLine)
AnnotationToModelLeaderLine(&'m AnnotationToModelLeaderLine)
AuxiliaryLeaderLine(&'m AuxiliaryLeaderLine)
Trait Implementations§
Source§impl<'m> Clone for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> Clone for AnnotationPlaceholderLeaderLineRefView<'m>
Source§fn clone(&self) -> AnnotationPlaceholderLeaderLineRefView<'m>
fn clone(&self) -> AnnotationPlaceholderLeaderLineRefView<'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 AnnotationPlaceholderLeaderLineRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> RefUnwindSafe for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> Send for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> Sync for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> Unpin for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> UnsafeUnpin for AnnotationPlaceholderLeaderLineRefView<'m>
impl<'m> UnwindSafe for AnnotationPlaceholderLeaderLineRefView<'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