pub struct WriteFileTool;
Expand description
Write file tool - creates or overwrites a file
Trait Implementations§
Source§impl Tool for WriteFileTool
impl Tool for WriteFileTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Returns the schema definition for this tool
Auto Trait Implementations§
impl Freeze for WriteFileTool
impl RefUnwindSafe for WriteFileTool
impl Send for WriteFileTool
impl Sync for WriteFileTool
impl Unpin for WriteFileTool
impl UnwindSafe for WriteFileTool
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