pub struct FunctionContext<'t, T> { /* private fields */ }Expand description
The context that a function is run in
This provides access to the data stored in the EvaluationContext from within a function.
Implementations§
Auto Trait Implementations§
impl<'t, T> Freeze for FunctionContext<'t, T>
impl<'t, T> RefUnwindSafe for FunctionContext<'t, T>where
T: RefUnwindSafe,
impl<'t, T> Send for FunctionContext<'t, T>where
T: Send,
impl<'t, T> Sync for FunctionContext<'t, T>where
T: Sync,
impl<'t, T> Unpin for FunctionContext<'t, T>
impl<'t, T> !UnwindSafe for FunctionContext<'t, T>
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