Enum pest::prec_climber::Assoc
source · [−]pub enum Assoc {
Left,
Right,
}
Expand description
Associativity of an Operator
.
Variants
Left
Left Operator
associativity
Right
Right Operator
associativity
Trait Implementations
impl Copy for Assoc
impl Eq for Assoc
impl StructuralEq for Assoc
impl StructuralPartialEq for Assoc
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more