pub fn extern_spec_core_cmp_PartialEq_Rhs_ne<Self_, Rhs>(
self_: &Self_,
rhs: &Rhs,
) -> boolExpand description
extern spec for ::core::cmp::PartialEq::ne
This is not a real function: its only use is for documentation.
ensures
result == (self.deep_model() != rhs.deep_model())