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 Associativity
fn partial_cmp(&self, other: &Associativity) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl Ord for Associativity
fn cmp(&self, other: &Associativity) -> Ordering
impl PartialEq for Associativity
fn eq(&self, __arg_0: &Associativity) -> bool
fn ne(&self, __arg_0: &Associativity) -> bool
impl Eq for Associativity
impl Clone for Associativity
fn clone(&self) -> Associativity
fn clone_from(&mut self, source: &Self)
impl Copy for Associativity
impl Debug for Associativity