pub struct ToolUseEvent {
pub id: String,
pub name: String,
pub input: String,
}Fields§
§id: String§name: String§input: StringTrait Implementations§
Source§impl Clone for ToolUseEvent
impl Clone for ToolUseEvent
Source§fn clone(&self) -> ToolUseEvent
fn clone(&self) -> ToolUseEvent
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 moreSource§impl Debug for ToolUseEvent
impl Debug for ToolUseEvent
Auto Trait Implementations§
impl Freeze for ToolUseEvent
impl RefUnwindSafe for ToolUseEvent
impl Send for ToolUseEvent
impl Sync for ToolUseEvent
impl Unpin for ToolUseEvent
impl UnsafeUnpin for ToolUseEvent
impl UnwindSafe for ToolUseEvent
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