Enum pest::prec_climber::Assoc [−][src]
pub enum Assoc {
Left,
Right,
}Associativity of an Operator.
Variants
LeftLeft Operator associativity
RightRight Operator associativity
Trait Implementations
impl Clone for Assoc[src]
impl Clone for Assocfn clone(&self) -> Assoc[src]
fn clone(&self) -> AssocReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Assoc[src]
impl Copy for Associmpl Debug for Assoc[src]
impl Debug for Assocfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Assoc[src]
impl Eq for Associmpl PartialEq for Assoc[src]
impl PartialEq for Assoc