pub struct LsTool;
Expand description
List files tool - shows all files in the agent’s filesystem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LsTool
impl RefUnwindSafe for LsTool
impl Send for LsTool
impl Sync for LsTool
impl Unpin for LsTool
impl UnwindSafe for LsTool
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