struct PendingToolCall {
id: String,
ty: String,
name: String,
arguments: String,
}Fields§
§id: String§ty: String§name: String§arguments: StringTrait Implementations§
Source§impl Default for PendingToolCall
impl Default for PendingToolCall
Source§fn default() -> PendingToolCall
fn default() -> PendingToolCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PendingToolCall
impl RefUnwindSafe for PendingToolCall
impl Send for PendingToolCall
impl Sync for PendingToolCall
impl Unpin for PendingToolCall
impl UnsafeUnpin for PendingToolCall
impl UnwindSafe for PendingToolCall
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