Objects that implement the immutable dereference operator.
impl<'a, T> Deref for RefCellBorrow<'a, T> { type Target = T; }