pub struct TestHandler;Expand description
Handles test execution actions
Implementations§
Auto Trait Implementations§
impl Freeze for TestHandler
impl RefUnwindSafe for TestHandler
impl Send for TestHandler
impl Sync for TestHandler
impl Unpin for TestHandler
impl UnwindSafe for TestHandler
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