pub struct DispatchedToolCall {
pub tool_call_id: ToolCallId,
pub call_box_id: BoxId,
}Fields§
§tool_call_id: ToolCallId§call_box_id: BoxIdTrait Implementations§
Source§impl Clone for DispatchedToolCall
impl Clone for DispatchedToolCall
Source§fn clone(&self) -> DispatchedToolCall
fn clone(&self) -> DispatchedToolCall
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 DispatchedToolCall
impl Debug for DispatchedToolCall
impl Eq for DispatchedToolCall
Source§impl PartialEq for DispatchedToolCall
impl PartialEq for DispatchedToolCall
impl StructuralPartialEq for DispatchedToolCall
Auto Trait Implementations§
impl Freeze for DispatchedToolCall
impl RefUnwindSafe for DispatchedToolCall
impl Send for DispatchedToolCall
impl Sync for DispatchedToolCall
impl Unpin for DispatchedToolCall
impl UnsafeUnpin for DispatchedToolCall
impl UnwindSafe for DispatchedToolCall
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