pub struct ToolProgress {
pub tool_use_id: String,
pub data: Value,
}Expand description
Progress information from tool execution
Fields§
§tool_use_id: String§data: ValueTrait Implementations§
Source§impl Clone for ToolProgress
impl Clone for ToolProgress
Source§fn clone(&self) -> ToolProgress
fn clone(&self) -> ToolProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ToolProgress
impl RefUnwindSafe for ToolProgress
impl Send for ToolProgress
impl Sync for ToolProgress
impl Unpin for ToolProgress
impl UnsafeUnpin for ToolProgress
impl UnwindSafe for ToolProgress
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