pub struct DomainGenerator { /* private fields */ }Expand description
Domain-specific data generator
Implementations§
Source§impl DomainGenerator
impl DomainGenerator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainGenerator
impl RefUnwindSafe for DomainGenerator
impl Send for DomainGenerator
impl Sync for DomainGenerator
impl Unpin for DomainGenerator
impl UnwindSafe for DomainGenerator
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