pub struct Context<'src: 'run, 'run> {
pub evaluator: &'run Evaluator<'src, 'run>,
pub name: Name<'src>,
}
Fieldsยง
ยงevaluator: &'run Evaluator<'src, 'run>
ยงname: Name<'src>
Implementationsยง
Auto Trait Implementationsยง
impl<'src, 'run> Freeze for Context<'src, 'run>
impl<'src, 'run> RefUnwindSafe for Context<'src, 'run>
impl<'src, 'run> !Send for Context<'src, 'run>
impl<'src, 'run> !Sync for Context<'src, 'run>
impl<'src, 'run> Unpin for Context<'src, 'run>
impl<'src, 'run> UnwindSafe for Context<'src, 'run>
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