pub struct Faker;Expand description
Simple random data generator for use in factory definition() methods.
Implementations§
Auto Trait Implementations§
impl Freeze for Faker
impl RefUnwindSafe for Faker
impl Send for Faker
impl Sync for Faker
impl Unpin for Faker
impl UnsafeUnpin for Faker
impl UnwindSafe for Faker
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