pub struct ReadTodosTool;
Expand description
Read todos tool - retrieves the current todo list
Trait Implementations§
Source§impl Tool for ReadTodosTool
impl Tool for ReadTodosTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Returns the schema definition for this tool
Auto Trait Implementations§
impl Freeze for ReadTodosTool
impl RefUnwindSafe for ReadTodosTool
impl Send for ReadTodosTool
impl Sync for ReadTodosTool
impl Unpin for ReadTodosTool
impl UnwindSafe for ReadTodosTool
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