pub struct RetrievalAgentToolCall {
pub call_id: String,
pub tool_name: String,
pub arguments: Map<String, Value>,
}Fields§
§call_id: String§tool_name: String§arguments: Map<String, Value>Trait Implementations§
Source§impl Clone for RetrievalAgentToolCall
impl Clone for RetrievalAgentToolCall
Source§fn clone(&self) -> RetrievalAgentToolCall
fn clone(&self) -> RetrievalAgentToolCall
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 RetrievalAgentToolCall
impl Debug for RetrievalAgentToolCall
Source§impl<'de> Deserialize<'de> for RetrievalAgentToolCall
impl<'de> Deserialize<'de> for RetrievalAgentToolCall
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RetrievalAgentToolCall
impl PartialEq for RetrievalAgentToolCall
Source§impl Serialize for RetrievalAgentToolCall
impl Serialize for RetrievalAgentToolCall
impl StructuralPartialEq for RetrievalAgentToolCall
Auto Trait Implementations§
impl Freeze for RetrievalAgentToolCall
impl RefUnwindSafe for RetrievalAgentToolCall
impl Send for RetrievalAgentToolCall
impl Sync for RetrievalAgentToolCall
impl Unpin for RetrievalAgentToolCall
impl UnsafeUnpin for RetrievalAgentToolCall
impl UnwindSafe for RetrievalAgentToolCall
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