pub enum AssociativityDirection {
NA,
LeftToRight,
RightToLeft,
}
Variants§
Trait Implementations§
source§impl Clone for AssociativityDirection
impl Clone for AssociativityDirection
source§fn clone(&self) -> AssociativityDirection
fn clone(&self) -> AssociativityDirection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssociativityDirection
impl Debug for AssociativityDirection
source§impl PartialEq<AssociativityDirection> for AssociativityDirection
impl PartialEq<AssociativityDirection> for AssociativityDirection
source§fn eq(&self, other: &AssociativityDirection) -> bool
fn eq(&self, other: &AssociativityDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.