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