pub struct TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts> { /* private fields */ }Implementations§
Source§impl<'invocation, 'counts> TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
pub fn test_successful(self) -> DifftestsResult<()>
pub fn test_failed(self) -> DifftestsResult<()>
Auto Trait Implementations§
impl<'invocation, 'counts> Freeze for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> RefUnwindSafe for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> Send for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> Sync for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> Unpin for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
impl<'invocation, 'counts> !UnwindSafe for TestRunnerInvocationTestCountsTestGuard<'invocation, 'counts>
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