Enum syntax_ext::deriving::partial_ord::OrderingOp
[−]
[src]
pub enum OrderingOp {
PartialCmpOp,
LtOp,
LeOp,
GtOp,
GeOp,
}Unstable (
rustc_private)Variants
PartialCmpOpUnstable (
rustc_private)LtOpUnstable (
rustc_private)LeOpUnstable (
rustc_private)GtOpUnstable (
rustc_private)GeOpUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for OrderingOp[src]
fn clone(&self) -> OrderingOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more