Objects that implement the immutable dereference operator.
impl<T, H> Deref for Rc<T, H> where T: Leak, H: Allocator, { type Target = T; }