Struct puffin::fuzzer::bit_mutations::SpliceMutatorDY
source · pub struct SpliceMutatorDY<S>where
S: HasCorpus + HasRand + HasMaxSize,{
config: MutationConfig,
phantom_s: PhantomData<S>,
}Fields§
§config: MutationConfig§phantom_s: PhantomData<S>Implementations§
source§impl<S> SpliceMutatorDY<S>where
S: HasCorpus + HasRand + HasMaxSize,
impl<S> SpliceMutatorDY<S>where
S: HasCorpus + HasRand + HasMaxSize,
pub fn new(config: MutationConfig) -> Self
Trait Implementations§
source§impl<S, PT> Mutator<Trace<PT>, S> for SpliceMutatorDY<S>where
S: HasCorpus + HasRand + HasMaxSize + UsesInput<Input = Trace<PT>>,
PT: ProtocolTypes,
impl<S, PT> Mutator<Trace<PT>, S> for SpliceMutatorDY<S>where
S: HasCorpus + HasRand + HasMaxSize + UsesInput<Input = Trace<PT>>,
PT: ProtocolTypes,
Auto Trait Implementations§
impl<S> Freeze for SpliceMutatorDY<S>
impl<S> RefUnwindSafe for SpliceMutatorDY<S>where
S: RefUnwindSafe,
impl<S> Send for SpliceMutatorDY<S>where
S: Send,
impl<S> Sync for SpliceMutatorDY<S>where
S: Sync,
impl<S> Unpin for SpliceMutatorDY<S>where
S: Unpin,
impl<S> UnwindSafe for SpliceMutatorDY<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.