pub struct ExprCtxView<'i> { /* private fields */ }Expand description
Accessor for ExprCtx.
This is not Copy or even Clone, so if you need to duplicate it
you should use the fork! macro that will reborrow a fresh copy.
Auto Trait Implementations§
impl<'i> Freeze for ExprCtxView<'i>
impl<'i> RefUnwindSafe for ExprCtxView<'i>
impl<'i> !Send for ExprCtxView<'i>
impl<'i> !Sync for ExprCtxView<'i>
impl<'i> Unpin for ExprCtxView<'i>
impl<'i> !UnwindSafe for ExprCtxView<'i>
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