Why dereferencing enum causes move?

Code of error:

match *self {
    // ...
}

I don"t quite know the difference between the two. Why does the former cause move or copy??

Feb.28,2021
Menu