Enum lsp2::GotoDeclaration
pub enum GotoDeclaration {}
Trait Implementations§
§impl Debug for GotoDeclaration
impl Debug for GotoDeclaration
§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.
type Params = GotoDefinitionParams
type Result = Option<GotoDefinitionResponse>
const METHOD: &'static str = "textDocument/declaration"
Auto Trait Implementations§
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