pub struct Evaluator<'input, 'cache, 'prev, 'scratch> { /* private fields */ }Expand description
Evaluates the supplied input.
Implementations§
source§impl<'input, 'cache, 'prev, 'scratch> Evaluator<'input, 'cache, 'prev, 'scratch>
impl<'input, 'cache, 'prev, 'scratch> Evaluator<'input, 'cache, 'prev, 'scratch>
Auto Trait Implementations§
impl<'input, 'cache, 'prev, 'scratch> RefUnwindSafe for Evaluator<'input, 'cache, 'prev, 'scratch>
impl<'input, 'cache, 'prev, 'scratch> Send for Evaluator<'input, 'cache, 'prev, 'scratch>
impl<'input, 'cache, 'prev, 'scratch> Sync for Evaluator<'input, 'cache, 'prev, 'scratch>
impl<'input, 'cache, 'prev, 'scratch> Unpin for Evaluator<'input, 'cache, 'prev, 'scratch>
impl<'input, 'cache, 'prev, 'scratch> !UnwindSafe for Evaluator<'input, 'cache, 'prev, 'scratch>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more