Struct puffin::fuzzer::bit_mutations::ReadMessage
source · pub struct ReadMessage<'a, PB> {
config: MutationConfig,
put_registry: &'a PutRegistry<PB>,
}Expand description
READ MESSAGE: picks a sub-term having itself a sub-term with payload, evaluate, read and performs an in-place replacement
Fields§
§config: MutationConfig§put_registry: &'a PutRegistry<PB>Implementations§
source§impl<'a, PB> ReadMessage<'a, PB>
impl<'a, PB> ReadMessage<'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 ReadMessage<'a, PB>where
S: HasRand,
PB: ProtocolBehavior<ProtocolTypes = PT>,
impl<'a, S, PT: ProtocolTypes, PB> Mutator<Trace<PT>, S> for ReadMessage<'a, PB>where
S: HasRand,
PB: ProtocolBehavior<ProtocolTypes = PT>,
source§impl<'a, PB> Named for ReadMessage<'a, PB>where
PB: ProtocolBehavior,
impl<'a, PB> Named for ReadMessage<'a, PB>where
PB: ProtocolBehavior,
Auto Trait Implementations§
impl<'a, PB> Freeze for ReadMessage<'a, PB>
impl<'a, PB> !RefUnwindSafe for ReadMessage<'a, PB>
impl<'a, PB> !Send for ReadMessage<'a, PB>
impl<'a, PB> !Sync for ReadMessage<'a, PB>
impl<'a, PB> Unpin for ReadMessage<'a, PB>
impl<'a, PB> !UnwindSafe for ReadMessage<'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.