pub struct ExprFnContext {
pub args: Vec<Value>,
}Fields§
§args: Vec<Value>Auto Trait Implementations§
impl Freeze for ExprFnContext
impl RefUnwindSafe for ExprFnContext
impl Send for ExprFnContext
impl Sync for ExprFnContext
impl Unpin for ExprFnContext
impl UnwindSafe for ExprFnContext
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