pub struct PythonLanguageServer {}Expand description
Python language server
Implementations§
Auto Trait Implementations§
impl Freeze for PythonLanguageServer
impl RefUnwindSafe for PythonLanguageServer
impl Send for PythonLanguageServer
impl Sync for PythonLanguageServer
impl Unpin for PythonLanguageServer
impl UnsafeUnpin for PythonLanguageServer
impl UnwindSafe for PythonLanguageServer
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