Struct implementations: wrapping up
-
no
selfargument: associated functions, like thenew"constructor" -
&selfargument: can use the values of the struct, but not change them -
&mut selfargument: can modify the values -
selfargument: will consume the value, which will move