Enum lsp_types::request::InlineValueRequest
source · pub enum InlineValueRequest {}
Expand description
The inline value request is sent from the client to the server to compute inline values for a given text document that may be rendered in the editor at the end of lines.
Trait Implementations§
source§impl Request for InlineValueRequest
impl Request for InlineValueRequest
Auto Trait Implementations§
impl Freeze for InlineValueRequest
impl RefUnwindSafe for InlineValueRequest
impl Send for InlineValueRequest
impl Sync for InlineValueRequest
impl Unpin for InlineValueRequest
impl UnwindSafe for InlineValueRequest
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