pub struct MockAcpHarness;Trait Implementations§
Source§impl HarnessAdapter for MockAcpHarness
impl HarnessAdapter for MockAcpHarness
fn name(&self) -> &str
fn kind(&self) -> HarnessKind
fn execute<'life0, 'async_trait>(
&'life0 self,
request: HarnessRequest,
) -> Pin<Box<dyn Future<Output = Result<HarnessOutcome, HarnessError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for MockAcpHarness
impl RefUnwindSafe for MockAcpHarness
impl Send for MockAcpHarness
impl Sync for MockAcpHarness
impl Unpin for MockAcpHarness
impl UnsafeUnpin for MockAcpHarness
impl UnwindSafe for MockAcpHarness
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