Returns whether this object does not contain a value.
impl<T> Option<T> { fn is_none(&self) -> bool }