pub struct Tester { /* private fields */ }
Expand description
| An instance of Tester is allocated to | hold temporary state during the execution | of an assertion. |
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tester
impl !RefUnwindSafe for Tester
impl !Send for Tester
impl !Sync for Tester
impl Unpin for Tester
impl !UnwindSafe for Tester
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