pub enum GotoTargets {}Expand description
This request retrieves the possible goto targets for the specified source location.
These targets can be used in the goto request.
Clients should only call this request if the corresponding capability supportsGotoTargetsRequest is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GotoTargets
impl RefUnwindSafe for GotoTargets
impl Send for GotoTargets
impl Sync for GotoTargets
impl Unpin for GotoTargets
impl UnwindSafe for GotoTargets
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