pub enum TransactionGenerationStrategy {
Random,
}Variants§
Random
Implementations§
source§impl TransactionGenerationStrategy
impl TransactionGenerationStrategy
pub fn generator(self) -> impl GenerateTransaction
Auto Trait Implementations§
impl Freeze for TransactionGenerationStrategy
impl RefUnwindSafe for TransactionGenerationStrategy
impl Send for TransactionGenerationStrategy
impl Sync for TransactionGenerationStrategy
impl Unpin for TransactionGenerationStrategy
impl UnwindSafe for TransactionGenerationStrategy
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