Struct pest::pratt_parser::Op  
source · [−]pub struct Op<R: RuleType> { /* private fields */ }Expand description
An operator that corresponds to a rule.
Implementations
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Op<R> where
    R: RefUnwindSafe, 
impl<R> Send for Op<R> where
    R: Send, 
impl<R> Sync for Op<R> where
    R: Sync, 
impl<R> Unpin for Op<R> where
    R: Unpin, 
impl<R> UnwindSafe for Op<R> where
    R: UnwindSafe, 
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