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