Enum lsp2::request::InlayHintResolveRequest
pub enum InlayHintResolveRequest {}
Expand description
The inlayHint/resolve
request is sent from the client to the server to resolve additional
information for a given inlay hint. This is usually used to compute the tooltip, location or
command properties of a inlay hint’s label part to avoid its unnecessary computation during the
textDocument/inlayHint
request.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InlayHintResolveRequest
impl Send for InlayHintResolveRequest
impl Sync for InlayHintResolveRequest
impl Unpin for InlayHintResolveRequest
impl UnwindSafe for InlayHintResolveRequest
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