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