Enum lsp2::InlineValueRequest
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§
§impl Request for InlineValueRequest
impl Request for InlineValueRequest
type Params = InlineValueParams
type Result = Option<InlineValue>
const METHOD: &'static str = "textDocument/inlineValue"
Auto Trait Implementations§
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