pub struct RfxGenerator { /* private fields */ }Expand description
Generates RFx events (RFI/RFP/RFQ).
Implementations§
Source§impl RfxGenerator
impl RfxGenerator
Sourcepub fn with_config(seed: u64, config: RfxConfig) -> Self
pub fn with_config(seed: u64, config: RfxConfig) -> Self
Create with custom configuration.
Auto Trait Implementations§
impl !Freeze for RfxGenerator
impl RefUnwindSafe for RfxGenerator
impl Send for RfxGenerator
impl Sync for RfxGenerator
impl Unpin for RfxGenerator
impl UnsafeUnpin for RfxGenerator
impl UnwindSafe for RfxGenerator
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