pub struct AgentHarness { /* private fields */ }Expand description
A test harness for running agents with controlled inputs.
Implementations§
Source§impl AgentHarness
impl AgentHarness
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentHarness
impl !RefUnwindSafe for AgentHarness
impl Send for AgentHarness
impl Sync for AgentHarness
impl Unpin for AgentHarness
impl !UnwindSafe for AgentHarness
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