You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddAssign and the others are only implemented for equal right hand side arguments. AddAssign<u32> for u32 works well for integers, but the by reference Rhs implementation is important too, so that bigints and other non-Copy data types can have some interface in common with the primitive number types.