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