Skip to main content

extern_spec_core_cmp_PartialEq_Rhs_ne

Function extern_spec_core_cmp_PartialEq_Rhs_ne 

Source
pub fn extern_spec_core_cmp_PartialEq_Rhs_ne<Self_, Rhs: ?Sized + DeepModel<DeepModelTy = Self_::DeepModelTy>>(
    self_: &Self_,
    rhs: &Rhs,
) -> bool
where Self_: ?Sized + PartialEq<Rhs> + DeepModel,
Expand 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())