Enum pyo3::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. Read more

Auto Trait Implementations

impl Send for CompareOp

impl Sync for CompareOp