pub struct ProgressHandler { /* private fields */ }
Expand description
Progress notification handler
Implementations§
Trait Implementations§
Source§impl NotificationHandler for ProgressHandler
impl NotificationHandler for ProgressHandler
Source§fn handle_notification(&self, notification: JsonRpcNotification)
fn handle_notification(&self, notification: JsonRpcNotification)
Handle a notification from the server
Auto Trait Implementations§
impl Freeze for ProgressHandler
impl !RefUnwindSafe for ProgressHandler
impl Send for ProgressHandler
impl Sync for ProgressHandler
impl Unpin for ProgressHandler
impl !UnwindSafe for ProgressHandler
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