Struct pest::prec_climber::Operator [−][src]
pub struct Operator<R: RuleType> { /* fields omitted */ }
Infix operator used in PrecClimber
.
Implementations
impl<R: RuleType> Operator<R>
[src]
impl<R: RuleType> Operator<R>
[src]Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Operator<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for Operator<R> where
R: Send,
R: Send,
impl<R> Sync for Operator<R> where
R: Sync,
R: Sync,
impl<R> Unpin for Operator<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for Operator<R> where
R: UnwindSafe,
R: UnwindSafe,