pub enum Evaluate {}
Expand description
Evaluates the given expression in the context of the topmost stack frame. The expression has access to any variables and arguments that are in scope.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Evaluate
impl RefUnwindSafe for Evaluate
impl Send for Evaluate
impl Sync for Evaluate
impl Unpin for Evaluate
impl UnwindSafe for Evaluate
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