pub struct GlobTool { /* private fields */ }Expand description
glob — list files matching a pattern.
Implementations§
Trait Implementations§
Source§impl Tool for GlobTool
impl Tool for GlobTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
The static definition (name/schema/description).
Auto Trait Implementations§
impl !RefUnwindSafe for GlobTool
impl !UnwindSafe for GlobTool
impl Freeze for GlobTool
impl Send for GlobTool
impl Sync for GlobTool
impl Unpin for GlobTool
impl UnsafeUnpin for GlobTool
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