pub(in solve) struct ProbeCtxt<'me, 'a, 'tcx, F, T> {
ecx: &'me mut EvalCtxt<'a, 'tcx>,
probe_kind: F,
_result: PhantomData<T>,
}
Fields§
§ecx: &'me mut EvalCtxt<'a, 'tcx>
§probe_kind: F
§_result: PhantomData<T>
Implementations§
Auto Trait Implementations§
impl<'me, 'a, 'tcx, F, T> !RefUnwindSafe for ProbeCtxt<'me, 'a, 'tcx, F, T>
impl<'me, 'a, 'tcx, F, T> !Send for ProbeCtxt<'me, 'a, 'tcx, F, T>
impl<'me, 'a, 'tcx, F, T> !Sync for ProbeCtxt<'me, 'a, 'tcx, F, T>
impl<'me, 'a, 'tcx, F, T> Unpin for ProbeCtxt<'me, 'a, 'tcx, F, T>where F: Unpin, T: Unpin,
impl<'me, 'a, 'tcx, F, T> !UnwindSafe for ProbeCtxt<'me, 'a, 'tcx, F, 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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.