pub struct BashTool { /* private fields */ }Expand description
Built-in bash tool for command execution.
Implementations§
Source§impl BashTool
impl BashTool
Sourcepub const fn with_sandbox_config(config: SandboxConfig) -> Self
pub const fn with_sandbox_config(config: SandboxConfig) -> Self
Create with custom sandbox config.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BashTool
impl RefUnwindSafe for BashTool
impl Send for BashTool
impl Sync for BashTool
impl Unpin for BashTool
impl UnwindSafe for BashTool
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