pub struct ScopeEval { /* private fields */ }Expand description
Evaluator for basic nested scopes with balanced delimiters
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeEval
impl RefUnwindSafe for ScopeEval
impl Send for ScopeEval
impl Sync for ScopeEval
impl Unpin for ScopeEval
impl UnsafeUnpin for ScopeEval
impl UnwindSafe for ScopeEval
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