pub struct ToolCallRuntime {
pub parallel_execution: Arc<RwLock<()>>,
}Fields§
§parallel_execution: Arc<RwLock<()>>Trait Implementations§
Source§impl Debug for ToolCallRuntime
impl Debug for ToolCallRuntime
Source§impl Default for ToolCallRuntime
impl Default for ToolCallRuntime
Source§fn default() -> ToolCallRuntime
fn default() -> ToolCallRuntime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToolCallRuntime
impl !RefUnwindSafe for ToolCallRuntime
impl Send for ToolCallRuntime
impl Sync for ToolCallRuntime
impl Unpin for ToolCallRuntime
impl UnsafeUnpin for ToolCallRuntime
impl !UnwindSafe for ToolCallRuntime
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