Adds the trait AsRefMut<T>, which is implemented for any type which implements AsRef<T> and AsMut<T>.
AsRefMut<T>
AsRef<T>
AsMut<T>