pub struct StressRun { /* private fields */ }Expand description
Configuration for a stress run.
Implementations§
Auto Trait Implementations§
impl Freeze for StressRun
impl RefUnwindSafe for StressRun
impl Send for StressRun
impl Sync for StressRun
impl Unpin for StressRun
impl UnsafeUnpin for StressRun
impl UnwindSafe for StressRun
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