pub struct DynamicCallGraph { /* private fields */ }Expand description
A directed call graph built incrementally via LSP goto-definition requests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicCallGraph
impl RefUnwindSafe for DynamicCallGraph
impl Send for DynamicCallGraph
impl Sync for DynamicCallGraph
impl Unpin for DynamicCallGraph
impl UnsafeUnpin for DynamicCallGraph
impl UnwindSafe for DynamicCallGraph
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