pub struct ChatCompletionMessageToolCalls(pub Vec<ChatCompletionMessageToolCall>);Expand description
The tool calls generated by the model, such as function calls.
Tuple Fields§
§0: Vec<ChatCompletionMessageToolCall>Trait Implementations§
Source§impl Clone for ChatCompletionMessageToolCalls
 
impl Clone for ChatCompletionMessageToolCalls
Source§fn clone(&self) -> ChatCompletionMessageToolCalls
 
fn clone(&self) -> ChatCompletionMessageToolCalls
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ChatCompletionMessageToolCalls
impl RefUnwindSafe for ChatCompletionMessageToolCalls
impl Send for ChatCompletionMessageToolCalls
impl Sync for ChatCompletionMessageToolCalls
impl Unpin for ChatCompletionMessageToolCalls
impl UnwindSafe for ChatCompletionMessageToolCalls
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