Deref
but specifically handles cases where the value
accessed is mutable. Despite its name, DerefMut
does NOT allow modifying the
inner value - it only indicates that the container itself is mutable.
Deref
but specifically handles cases where the value
accessed is mutable. Despite its name, DerefMut
does NOT allow modifying the
inner value - it only indicates that the container itself is mutable.