pub struct BoolGenerator;Expand description
Generator for boolean values
Trait Implementations§
Source§impl Clone for BoolGenerator
impl Clone for BoolGenerator
Source§fn clone(&self) -> BoolGenerator
fn clone(&self) -> BoolGenerator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BoolGenerator
impl Debug for BoolGenerator
Source§impl Generator<bool> for BoolGenerator
impl Generator<bool> for BoolGenerator
Auto Trait Implementations§
impl Freeze for BoolGenerator
impl RefUnwindSafe for BoolGenerator
impl Send for BoolGenerator
impl Sync for BoolGenerator
impl Unpin for BoolGenerator
impl UnwindSafe for BoolGenerator
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