pub struct TestCaseResult { /* private fields */ }
Expand description
Whether or not the test case passed along with metadata that they results renderer can make use of when rendering our the results of the conformance test.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestCaseResult
impl RefUnwindSafe for TestCaseResult
impl Send for TestCaseResult
impl Sync for TestCaseResult
impl Unpin for TestCaseResult
impl UnwindSafe for TestCaseResult
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