Enum syntex_syntax::util::parser::Fixity
[−]
[src]
pub enum Fixity {
Left,
Right,
None,
}Variants
LeftThe operator is left-associative
RightThe operator is right-associative
NoneThe operator is not associative
Trait Implementations
impl Eq for Fixity[src]
impl PartialEq for Fixity[src]
fn eq(&self, __arg_0: &Fixity) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.