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