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