pub struct ModelGenerator { /* private fields */ }Expand description
Small deterministic generator for repeatable model tests.
Implementations§
Trait Implementations§
Source§impl Clone for ModelGenerator
impl Clone for ModelGenerator
Source§fn clone(&self) -> ModelGenerator
fn clone(&self) -> ModelGenerator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ModelGenerator
impl RefUnwindSafe for ModelGenerator
impl Send for ModelGenerator
impl Sync for ModelGenerator
impl Unpin for ModelGenerator
impl UnsafeUnpin for ModelGenerator
impl UnwindSafe for ModelGenerator
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