pub struct WatchExpression {
pub expression: String,
}Expand description
Evaluates a one-liner expression in a fresh VM loaded with provided globals.
Fields§
§expression: StringImplementations§
Auto Trait Implementations§
impl Freeze for WatchExpression
impl RefUnwindSafe for WatchExpression
impl Send for WatchExpression
impl Sync for WatchExpression
impl Unpin for WatchExpression
impl UnsafeUnpin for WatchExpression
impl UnwindSafe for WatchExpression
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