fn partial_cmp()

in src/requests.rs [381:383]


    fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
        Some(self.cmp(other))
    }