Skip to main content

clone_advice_mutation

Function clone_advice_mutation 

Source
pub fn clone_advice_mutation(mutation: &AdviceMutation) -> AdviceMutation
Expand description

Clone a single AdviceMutation.

AdviceMutation does not implement Clone upstream, so recording and replaying event mutations requires reconstructing each variant by hand.