pub fn clone_advice_mutation(mutation: &AdviceMutation) -> AdviceMutationExpand description
Clone a single AdviceMutation.
AdviceMutation does not implement Clone upstream, so recording and replaying event mutations requires reconstructing each variant by hand.