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