Objects that implement the binary == and != operators.
==
!=
impl<T> Eq<T> for NoNullStr where T: AsRef<[u8]> + ?Sized,