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