pub struct Runs { /* private fields */ }Expand description
Chaotic runs test setup
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Runs
impl !RefUnwindSafe for Runs
impl Send for Runs
impl !Sync for Runs
impl Unpin for Runs
impl UnwindSafe for Runs
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