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