Objects that implement the binary == and != operators.
==
!=
impl<T> Eq<PhantomData<T>> for PhantomData<T> where T: ?Sized,