pub struct ToolChoiceFunction {
pub name: String,
}
Fields§
§name: String
The name of the function to call.
Trait Implementations§
Source§impl Debug for ToolChoiceFunction
impl Debug for ToolChoiceFunction
Auto Trait Implementations§
impl Freeze for ToolChoiceFunction
impl RefUnwindSafe for ToolChoiceFunction
impl Send for ToolChoiceFunction
impl Sync for ToolChoiceFunction
impl Unpin for ToolChoiceFunction
impl UnwindSafe for ToolChoiceFunction
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