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