pub struct ToolListChangedHandler { /* private fields */ }
Expand description
Tool list changed notification handler
Implementationsยง
Trait Implementationsยง
Sourceยงimpl NotificationHandler for ToolListChangedHandler
impl NotificationHandler for ToolListChangedHandler
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 ToolListChangedHandler
impl !RefUnwindSafe for ToolListChangedHandler
impl Send for ToolListChangedHandler
impl Sync for ToolListChangedHandler
impl Unpin for ToolListChangedHandler
impl !UnwindSafe for ToolListChangedHandler
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