pub struct LspManager { /* private fields */ }Implementations§
Source§impl LspManager
impl LspManager
pub fn spawn(tx_events: Sender<Event>) -> LspManagerHandle
pub fn handle_notification(&mut self, lsp_id: usize, n: Notification)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LspManager
impl !RefUnwindSafe for LspManager
impl Send for LspManager
impl Sync for LspManager
impl Unpin for LspManager
impl !UnwindSafe for LspManager
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