pub struct WriteTool { /* private fields */ }Expand description
write — write a file, creating parent directories.
Implementations§
Trait Implementations§
Source§impl Tool for WriteTool
impl Tool for WriteTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
The static definition (name/schema/description).
Auto Trait Implementations§
impl !RefUnwindSafe for WriteTool
impl !UnwindSafe for WriteTool
impl Freeze for WriteTool
impl Send for WriteTool
impl Sync for WriteTool
impl Unpin for WriteTool
impl UnsafeUnpin for WriteTool
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