pub struct Evaluator<'input, 'cache, 'prev, 'exp> { /* private fields */ }Expand description
Evaluates the supplied input.
Implementations§
source§impl<'input, 'cache, 'prev, 'exp> Evaluator<'input, 'cache, 'prev, 'exp>
impl<'input, 'cache, 'prev, 'exp> Evaluator<'input, 'cache, 'prev, 'exp>
Auto Trait Implementations§
impl<'input, 'cache, 'prev, 'exp> RefUnwindSafe for Evaluator<'input, 'cache, 'prev, 'exp>
impl<'input, 'cache, 'prev, 'exp> Send for Evaluator<'input, 'cache, 'prev, 'exp>
impl<'input, 'cache, 'prev, 'exp> Sync for Evaluator<'input, 'cache, 'prev, 'exp>
impl<'input, 'cache, 'prev, 'exp> Unpin for Evaluator<'input, 'cache, 'prev, 'exp>
impl<'input, 'cache, 'prev, 'exp> !UnwindSafe for Evaluator<'input, 'cache, 'prev, 'exp>
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