Enum pest::prec_climber::Assoc [−][src]
pub enum Assoc { Left, Right, }
Associativity of an Operator
.
Variants
Left Operator
associativity
Right Operator
associativity
Trait Implementations
impl Clone for Assoc
[src][+]
impl Copy for Assoc
[src]
impl Debug for Assoc
[src][+]
impl Eq for Assoc
[src]
impl PartialEq<Assoc> for Assoc
[src][+]
impl StructuralEq for Assoc
[src]
impl StructuralPartialEq for Assoc
[src]
Auto Trait Implementations
impl RefUnwindSafe for Assoc
impl Send for Assoc
impl Sync for Assoc
impl Unpin for Assoc
impl UnwindSafe for Assoc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,