pub struct RunAsyncToolRequest {
pub args: Value,
pub tool_context: Value,
}Expand description
The parameters for runAsync.
Fields§
§args: Value§tool_context: ValueTrait Implementations§
Source§impl Clone for RunAsyncToolRequest
impl Clone for RunAsyncToolRequest
Source§fn clone(&self) -> RunAsyncToolRequest
fn clone(&self) -> RunAsyncToolRequest
Returns a duplicate 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 moreSource§impl Debug for RunAsyncToolRequest
impl Debug for RunAsyncToolRequest
Source§impl Default for RunAsyncToolRequest
impl Default for RunAsyncToolRequest
Source§fn default() -> RunAsyncToolRequest
fn default() -> RunAsyncToolRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunAsyncToolRequest
impl RefUnwindSafe for RunAsyncToolRequest
impl Send for RunAsyncToolRequest
impl Sync for RunAsyncToolRequest
impl Unpin for RunAsyncToolRequest
impl UnwindSafe for RunAsyncToolRequest
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