Returns an Option containing an mutable reference to the value (if any.)
Option
impl<T> Option<T> { fn as_mut(&mut self) -> Option<&mut T> }