Enum lsp_types::request::GotoImplementation
source · pub enum GotoImplementation {}
Expand description
The goto implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
Trait Implementations§
source§impl Debug for GotoImplementation
impl Debug for GotoImplementation
source§impl Request for GotoImplementation
impl Request for GotoImplementation
Auto Trait Implementations§
impl Freeze for GotoImplementation
impl RefUnwindSafe for GotoImplementation
impl Send for GotoImplementation
impl Sync for GotoImplementation
impl Unpin for GotoImplementation
impl UnwindSafe for GotoImplementation
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