pub struct ResourceUpdateHandler { /* private fields */ }
Expand description
Resource update notification handler
Implementations§
Trait Implementations§
Source§impl NotificationHandler for ResourceUpdateHandler
impl NotificationHandler for ResourceUpdateHandler
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 ResourceUpdateHandler
impl !RefUnwindSafe for ResourceUpdateHandler
impl Send for ResourceUpdateHandler
impl Sync for ResourceUpdateHandler
impl Unpin for ResourceUpdateHandler
impl !UnwindSafe for ResourceUpdateHandler
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