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