pub struct ToolInvocationReply {
pub output: ToolCallOutput,
pub record: Option<ToolCallRecord>,
}Fields§
§output: ToolCallOutput§record: Option<ToolCallRecord>Implementations§
Trait Implementations§
Source§impl Clone for ToolInvocationReply
impl Clone for ToolInvocationReply
Source§fn clone(&self) -> ToolInvocationReply
fn clone(&self) -> ToolInvocationReply
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 ToolInvocationReply
impl RefUnwindSafe for ToolInvocationReply
impl Send for ToolInvocationReply
impl Sync for ToolInvocationReply
impl Unpin for ToolInvocationReply
impl UnsafeUnpin for ToolInvocationReply
impl UnwindSafe for ToolInvocationReply
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