pub enum CallTargetKind {
Symbol,
Unresolved,
External,
}Expand description
Call relationship extracted from AST.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CallTargetKind
impl Clone for CallTargetKind
Source§fn clone(&self) -> CallTargetKind
fn clone(&self) -> CallTargetKind
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 CallTargetKind
impl Debug for CallTargetKind
Source§impl PartialEq for CallTargetKind
impl PartialEq for CallTargetKind
Source§fn eq(&self, other: &CallTargetKind) -> bool
fn eq(&self, other: &CallTargetKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CallTargetKind
impl Eq for CallTargetKind
impl StructuralPartialEq for CallTargetKind
Auto Trait Implementations§
impl Freeze for CallTargetKind
impl RefUnwindSafe for CallTargetKind
impl Send for CallTargetKind
impl Sync for CallTargetKind
impl Unpin for CallTargetKind
impl UnsafeUnpin for CallTargetKind
impl UnwindSafe for CallTargetKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.