pub struct ToolCapableFakeHarness<R = MockToolRuntime> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<R> NativeHarness for ToolCapableFakeHarness<R>
impl<R> NativeHarness for ToolCapableFakeHarness<R>
fn run_turn<'life0, 'async_trait>(
&'life0 self,
input: NativeTurnInput,
) -> Pin<Box<dyn Future<Output = Result<Receiver<Result<HarnessInternalEvent, NativeHarnessError>>, NativeHarnessError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl<R> Freeze for ToolCapableFakeHarness<R>where
R: Freeze,
impl<R> RefUnwindSafe for ToolCapableFakeHarness<R>where
R: RefUnwindSafe,
impl<R> Send for ToolCapableFakeHarness<R>where
R: Send,
impl<R> Sync for ToolCapableFakeHarness<R>where
R: Sync,
impl<R> Unpin for ToolCapableFakeHarness<R>where
R: Unpin,
impl<R> UnsafeUnpin for ToolCapableFakeHarness<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for ToolCapableFakeHarness<R>where
R: UnwindSafe,
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