pub struct DataGenerator { /* private fields */ }Expand description
Data generator for synthetic load test data
Implementations§
Source§impl DataGenerator
impl DataGenerator
Trait Implementations§
Source§impl Clone for DataGenerator
impl Clone for DataGenerator
Source§fn clone(&self) -> DataGenerator
fn clone(&self) -> DataGenerator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataGenerator
impl Debug for DataGenerator
Auto Trait Implementations§
impl Freeze for DataGenerator
impl RefUnwindSafe for DataGenerator
impl Send for DataGenerator
impl Sync for DataGenerator
impl Unpin for DataGenerator
impl UnsafeUnpin for DataGenerator
impl UnwindSafe for DataGenerator
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