Struct puffin::fuzzer::mutations::SkipMutator
source · pub struct SkipMutator<S>where
S: HasRand,{
min_trace_length: usize,
phantom_s: PhantomData<S>,
}
Expand description
SKIP: Removes an input step
Fields§
§min_trace_length: usize
§phantom_s: PhantomData<S>
Implementations§
Trait Implementations§
source§impl<S, PT: ProtocolTypes> Mutator<Trace<PT>, S> for SkipMutator<S>where
S: HasRand,
impl<S, PT: ProtocolTypes> Mutator<Trace<PT>, S> for SkipMutator<S>where
S: HasRand,
Auto Trait Implementations§
impl<S> Freeze for SkipMutator<S>
impl<S> RefUnwindSafe for SkipMutator<S>where
S: RefUnwindSafe,
impl<S> Send for SkipMutator<S>where
S: Send,
impl<S> Sync for SkipMutator<S>where
S: Sync,
impl<S> Unpin for SkipMutator<S>where
S: Unpin,
impl<S> UnwindSafe for SkipMutator<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.