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