Struct lance_datagen::generator::RandomBooleanGenerator
source · pub struct RandomBooleanGenerator {}Trait Implementations§
source§impl ArrayGenerator for RandomBooleanGenerator
impl ArrayGenerator for RandomBooleanGenerator
source§impl Default for RandomBooleanGenerator
impl Default for RandomBooleanGenerator
source§fn default() -> RandomBooleanGenerator
fn default() -> RandomBooleanGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RandomBooleanGenerator
impl Send for RandomBooleanGenerator
impl Sync for RandomBooleanGenerator
impl Unpin for RandomBooleanGenerator
impl UnwindSafe for RandomBooleanGenerator
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