Modify enum in its impl

Why it does not work?

How to fix it?

*self = Enum::Int(v);

Note the * there.

4 Likes