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