Struct puffin::fuzzer::bit_mutations::MakeMessage
source · pub struct MakeMessage<'a, PB> {
put_registry: &'a PutRegistry<PB>,
config: MutationConfig,
}Expand description
MAKE MESSAGE: transforms a sub term into a message which can then be mutated using havoc
Fields§
§put_registry: &'a PutRegistry<PB>§config: MutationConfigImplementations§
source§impl<'a, PB> MakeMessage<'a, PB>
impl<'a, PB> MakeMessage<'a, PB>
pub const fn new( config: MutationConfig, put_registry: &'a PutRegistry<PB>, ) -> Self
Trait Implementations§
source§impl<'a, S, PT: ProtocolTypes, PB> Mutator<Trace<PT>, S> for MakeMessage<'a, PB>where
S: HasRand,
PB: ProtocolBehavior<ProtocolTypes = PT>,
impl<'a, S, PT: ProtocolTypes, PB> Mutator<Trace<PT>, S> for MakeMessage<'a, PB>where
S: HasRand,
PB: ProtocolBehavior<ProtocolTypes = PT>,
source§impl<'a, PB> Named for MakeMessage<'a, PB>where
PB: ProtocolBehavior,
impl<'a, PB> Named for MakeMessage<'a, PB>where
PB: ProtocolBehavior,
Auto Trait Implementations§
impl<'a, PB> Freeze for MakeMessage<'a, PB>
impl<'a, PB> !RefUnwindSafe for MakeMessage<'a, PB>
impl<'a, PB> !Send for MakeMessage<'a, PB>
impl<'a, PB> !Sync for MakeMessage<'a, PB>
impl<'a, PB> Unpin for MakeMessage<'a, PB>
impl<'a, PB> !UnwindSafe for MakeMessage<'a, PB>
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.