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