pub fn ref_eq<'a, 'b, T>(thing: &'a T, other: &'b T) -> bool
Determine if two borrowed pointers point to the same thing.