pub enum CancelNotification {}Trait Implementations§
Source§impl Debug for CancelNotification
impl Debug for CancelNotification
Source§impl Notification for CancelNotification
impl Notification for CancelNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::CancelRequest
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::Both
type Params = CancelParams
Auto Trait Implementations§
impl Freeze for CancelNotification
impl RefUnwindSafe for CancelNotification
impl Send for CancelNotification
impl Sync for CancelNotification
impl Unpin for CancelNotification
impl UnsafeUnpin for CancelNotification
impl UnwindSafe for CancelNotification
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