pub struct DotLanguageService;Expand description
MCP module. LSP service implementation.
Auto Trait Implementations§
impl Freeze for DotLanguageService
impl RefUnwindSafe for DotLanguageService
impl Send for DotLanguageService
impl Sync for DotLanguageService
impl Unpin for DotLanguageService
impl UnsafeUnpin for DotLanguageService
impl UnwindSafe for DotLanguageService
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