Enum lsp_types::request::CodeLensRequest
source · pub enum CodeLensRequest {}
Expand description
The code lens request is sent from the client to the server to compute code lenses for a given text document.
Trait Implementations§
source§impl Debug for CodeLensRequest
impl Debug for CodeLensRequest
Auto Trait Implementations§
impl Freeze for CodeLensRequest
impl RefUnwindSafe for CodeLensRequest
impl Send for CodeLensRequest
impl Sync for CodeLensRequest
impl Unpin for CodeLensRequest
impl UnwindSafe for CodeLensRequest
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