Enum syntax::util::parser::Fixity
[−]
[src]
pub enum Fixity { Left, Right, None, }
Unstable (
rustc_private
)Variants
Left
Unstable (
rustc_private
)The operator is left-associative
Right
Unstable (
rustc_private
)The operator is right-associative
None
Unstable (
rustc_private
)The operator is not associative
Trait Implementations
Derived 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) -> bool
1.0.0
This method tests for !=
.