Struct Ordering
pub struct Ordering
{ /* private fields */ }
Implementations
impl Ordering
pub fn less() -> Self
pub fn equal() -> Self
pub fn greater() -> Self
Trait implementations
impl Eq for Ordering
pub fn eq(self, other: Self) -> bool