Struct puffin::fuzzer::mutations::RepeatMutator
source · pub struct RepeatMutator<S>where
S: HasRand,{
max_trace_length: usize,
phantom_s: PhantomData<S>,
}
Expand description
REPEAT: Repeats an input which is already part of the trace
Fields§
§max_trace_length: usize
§phantom_s: PhantomData<S>
Implementations§
Trait Implementations§
source§impl<S, PT: ProtocolTypes> Mutator<Trace<PT>, S> for RepeatMutator<S>where
S: HasRand,
impl<S, PT: ProtocolTypes> Mutator<Trace<PT>, S> for RepeatMutator<S>where
S: HasRand,
Auto Trait Implementations§
impl<S> Freeze for RepeatMutator<S>
impl<S> RefUnwindSafe for RepeatMutator<S>where
S: RefUnwindSafe,
impl<S> Send for RepeatMutator<S>where
S: Send,
impl<S> Sync for RepeatMutator<S>where
S: Sync,
impl<S> Unpin for RepeatMutator<S>where
S: Unpin,
impl<S> UnwindSafe for RepeatMutator<S>where
S: UnwindSafe,
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.