Current docs are: > The Deref trait is used to specify the functionality of dereferencing operations like *v. > The DerefMut trait is used to specify the functionality of dereferencing mutably like *v = 1;