pub struct RandomBuilder(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for RandomBuilder
impl Default for RandomBuilder
Source§fn default() -> RandomBuilder
fn default() -> RandomBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomBuilder
impl RefUnwindSafe for RandomBuilder
impl Send for RandomBuilder
impl Sync for RandomBuilder
impl Unpin for RandomBuilder
impl UnwindSafe for RandomBuilder
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