pub fn extern_spec_T_PartialEq_Option_T_eq<T: PartialEq + DeepModel>(
self_: &Option<T>,
rhs: &Option<T>,
) -> boolExpand description
extern spec for Option<T>::eq
This is not a real function: its only use is for documentation.
ensures
result == (self.deep_model() == rhs.deep_model())