pub unsafe fn clone_boxed<T>(payload: ValuePayload) -> ValuePayloadwhere T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Heap clone: deep-copy the box.
clone
The payload must own a Box<T> exactly once.
Box<T>