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