in gazebo/src/cell.rs [192:194]
fn partial_cmp(&self, other: &ARef<'_, B>) -> Option<Ordering> { ARef::deref(self).partial_cmp(ARef::deref(other)) }