Enum twig::operator::Associativity
[−]
[src]
pub enum Associativity {
Left,
Right,
}Operator associativity.
Variants
Left | |
Right |
pub enum Associativity {
Left,
Right,
}Operator associativity.
Left | |
Right |
impl PartialOrd for Associativityfn partial_cmp(&self, other: &Associativity) -> Option<Ordering>fn lt(&self, other: &Rhs) -> boolfn le(&self, other: &Rhs) -> boolfn gt(&self, other: &Rhs) -> boolfn ge(&self, other: &Rhs) -> boolimpl Ord for Associativityfn cmp(&self, other: &Associativity) -> Orderingimpl PartialEq for Associativityfn eq(&self, __arg_0: &Associativity) -> boolfn ne(&self, __arg_0: &Associativity) -> boolimpl Eq for Associativityimpl Clone for Associativityfn clone(&self) -> Associativityfn clone_from(&mut self, source: &Self)impl Copy for Associativityimpl Debug for Associativity