Enum psp_types::StartLspServer
source · pub enum StartLspServer {}Trait Implementations§
source§impl Request for StartLspServer
impl Request for StartLspServer
type Params = StartLspServerParams
type Result = StartLspServerResult
const METHOD: &'static str = "host/startLspServer"
Auto Trait Implementations§
impl RefUnwindSafe for StartLspServer
impl Send for StartLspServer
impl Sync for StartLspServer
impl Unpin for StartLspServer
impl UnwindSafe for StartLspServer
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