pub struct StructuringInjector { /* private fields */ }Expand description
Structuring pattern injector.
Implementations§
Source§impl StructuringInjector
impl StructuringInjector
Sourcepub fn generate(
&mut self,
_customer: &BankingCustomer,
account: &BankAccount,
start_date: NaiveDate,
end_date: NaiveDate,
sophistication: Sophistication,
) -> Vec<BankTransaction>
pub fn generate( &mut self, _customer: &BankingCustomer, account: &BankAccount, start_date: NaiveDate, end_date: NaiveDate, sophistication: Sophistication, ) -> Vec<BankTransaction>
Generate structuring transactions.
Auto Trait Implementations§
impl !Freeze for StructuringInjector
impl RefUnwindSafe for StructuringInjector
impl Send for StructuringInjector
impl Sync for StructuringInjector
impl Unpin for StructuringInjector
impl UnwindSafe for StructuringInjector
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