Struct psp_types::SendLspRequest
source · pub struct SendLspRequest {}Expand description
Send an LSP request to a started LSP server.
This does not include the id of the request, because that is handled by the client editor to
avoid collisions.
Trait Implementations§
source§impl Request for SendLspRequest
impl Request for SendLspRequest
type Params = SendLspRequestParams
type Result = SendLspRequestResult
const METHOD: &'static str = "host/sendLspRequest"
Auto Trait Implementations§
impl RefUnwindSafe for SendLspRequest
impl Send for SendLspRequest
impl Sync for SendLspRequest
impl Unpin for SendLspRequest
impl UnwindSafe for SendLspRequest
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