pub struct CounterpartyGenerator { /* private fields */ }Expand description
Generator for counterparty data.
Implementations§
Source§impl CounterpartyGenerator
impl CounterpartyGenerator
Sourcepub fn generate_pool(&mut self, config: &BankingConfig) -> CounterpartyPool
pub fn generate_pool(&mut self, config: &BankingConfig) -> CounterpartyPool
Generate a comprehensive counterparty pool.
Auto Trait Implementations§
impl Freeze for CounterpartyGenerator
impl RefUnwindSafe for CounterpartyGenerator
impl Send for CounterpartyGenerator
impl Sync for CounterpartyGenerator
impl Unpin for CounterpartyGenerator
impl UnwindSafe for CounterpartyGenerator
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