Struct psp_types::SendLspNotification
source · pub struct SendLspNotification {}Trait Implementations§
source§impl Notification for SendLspNotification
impl Notification for SendLspNotification
Auto Trait Implementations§
impl RefUnwindSafe for SendLspNotification
impl Send for SendLspNotification
impl Sync for SendLspNotification
impl Unpin for SendLspNotification
impl UnwindSafe for SendLspNotification
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