pub struct LspTransport { /* private fields */ }Expand description
LSP 传输层
Implementations§
Auto Trait Implementations§
impl !Freeze for LspTransport
impl !RefUnwindSafe for LspTransport
impl !UnwindSafe for LspTransport
impl Send for LspTransport
impl Sync for LspTransport
impl Unpin for LspTransport
impl UnsafeUnpin for LspTransport
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