pub struct TraceMergedToolCallsParams {
pub response_event_id: String,
pub function_response_event: Value,
}Fields§
§response_event_id: String§function_response_event: ValueTrait Implementations§
Source§impl Clone for TraceMergedToolCallsParams
impl Clone for TraceMergedToolCallsParams
Source§fn clone(&self) -> TraceMergedToolCallsParams
fn clone(&self) -> TraceMergedToolCallsParams
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 TraceMergedToolCallsParams
impl Debug for TraceMergedToolCallsParams
Source§impl Default for TraceMergedToolCallsParams
impl Default for TraceMergedToolCallsParams
Source§fn default() -> TraceMergedToolCallsParams
fn default() -> TraceMergedToolCallsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TraceMergedToolCallsParams
impl RefUnwindSafe for TraceMergedToolCallsParams
impl Send for TraceMergedToolCallsParams
impl Sync for TraceMergedToolCallsParams
impl Unpin for TraceMergedToolCallsParams
impl UnwindSafe for TraceMergedToolCallsParams
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