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