Enum lsp_types::request::WorkspaceSymbolResolve
source · pub enum WorkspaceSymbolResolve {}
Expand description
The workspaceSymbol/resolve
request is sent from the client to the server to resolve
additional information for a given workspace symbol.
Trait Implementations§
source§impl Debug for WorkspaceSymbolResolve
impl Debug for WorkspaceSymbolResolve
source§impl Request for WorkspaceSymbolResolve
impl Request for WorkspaceSymbolResolve
type Params = WorkspaceSymbol
type Result = WorkspaceSymbol
const METHOD: &'static str = "workspaceSymbol/resolve"
Auto Trait Implementations§
impl Freeze for WorkspaceSymbolResolve
impl RefUnwindSafe for WorkspaceSymbolResolve
impl Send for WorkspaceSymbolResolve
impl Sync for WorkspaceSymbolResolve
impl Unpin for WorkspaceSymbolResolve
impl UnwindSafe for WorkspaceSymbolResolve
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