pub struct TestResult { /* private fields */ }Trait Implementations§
Source§impl From<()> for TestResult
impl From<()> for TestResult
Auto Trait Implementations§
impl Freeze for TestResult
impl !RefUnwindSafe for TestResult
impl !Send for TestResult
impl !Sync for TestResult
impl Unpin for TestResult
impl !UnwindSafe for TestResult
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