pub struct LoadGenerator { /* private fields */ }Expand description
Load generator for creating traffic.
Implementations§
Source§impl LoadGenerator
impl LoadGenerator
Auto Trait Implementations§
impl Freeze for LoadGenerator
impl !RefUnwindSafe for LoadGenerator
impl Send for LoadGenerator
impl Sync for LoadGenerator
impl Unpin for LoadGenerator
impl UnsafeUnpin for LoadGenerator
impl !UnwindSafe for LoadGenerator
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