Enum lsp_types::request::InlayHintRequest
source · pub enum InlayHintRequest {}
Expand description
The inlay hints request is sent from the client to the server to compute inlay hints for a given [text document, range] tuple that may be rendered in the editor in place with other text.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InlayHintRequest
impl RefUnwindSafe for InlayHintRequest
impl Send for InlayHintRequest
impl Sync for InlayHintRequest
impl Unpin for InlayHintRequest
impl UnwindSafe for InlayHintRequest
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