pub struct LspApi { /* private fields */ }Expand description
LSP endpoint namespace.
Implementations§
Source§impl LspApi
impl LspApi
pub async fn status(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LspApi
impl !RefUnwindSafe for LspApi
impl Send for LspApi
impl Sync for LspApi
impl Unpin for LspApi
impl UnsafeUnpin for LspApi
impl !UnwindSafe for LspApi
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