pub struct ArithFuzzer {
pub max_depth: usize,
/* private fields */
}Expand description
A simple fuzzer that generates arithmetic expressions.
Fields§
§max_depth: usizeDepth limit for generated expressions
Implementations§
Auto Trait Implementations§
impl Freeze for ArithFuzzer
impl RefUnwindSafe for ArithFuzzer
impl Send for ArithFuzzer
impl Sync for ArithFuzzer
impl Unpin for ArithFuzzer
impl UnsafeUnpin for ArithFuzzer
impl UnwindSafe for ArithFuzzer
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