pub struct EagerEval;
Expand description
The eager evaluator
Trait Implementations§
impl Copy for EagerEval
impl Eq for EagerEval
impl StructuralPartialEq for EagerEval
Auto Trait Implementations§
impl Freeze for EagerEval
impl RefUnwindSafe for EagerEval
impl Send for EagerEval
impl Sync for EagerEval
impl Unpin for EagerEval
impl UnwindSafe for EagerEval
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