Objects that implement the binary <, <=, >, and >= operators.
<
<=
>
>=
impl<T> PartialOrd<OwnedPtr<T>> for OwnedPtr<T>