pub struct ToolUseStop {
pub id: String,
}Expand description
Tool-use block has stopped.
Fields§
§id: StringTool-use identifier.
Trait Implementations§
Source§impl Clone for ToolUseStop
impl Clone for ToolUseStop
Source§fn clone(&self) -> ToolUseStop
fn clone(&self) -> ToolUseStop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolUseStop
impl Debug for ToolUseStop
Source§impl PartialEq for ToolUseStop
impl PartialEq for ToolUseStop
Source§impl StreamEvent for ToolUseStop
impl StreamEvent for ToolUseStop
Source§fn event_type(&self) -> &'static str
fn event_type(&self) -> &'static str
Stable event type emitted on the wire.
impl StructuralPartialEq for ToolUseStop
Auto Trait Implementations§
impl Freeze for ToolUseStop
impl RefUnwindSafe for ToolUseStop
impl Send for ToolUseStop
impl Sync for ToolUseStop
impl Unpin for ToolUseStop
impl UnsafeUnpin for ToolUseStop
impl UnwindSafe for ToolUseStop
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