Enum cpython::py_class::CompareOp [] [src]

pub enum CompareOp {
    Lt,
    Le,
    Eq,
    Ne,
    Gt,
    Ge,
}

Variants

Trait Implementations

impl Debug for CompareOp
[src]

Formats the value using the given formatter.