Struct standing_relations::ReduceProbe
source · [−]pub struct ReduceProbe<C: IsReduce> { /* private fields */ }Implementations
sourceimpl<C: IsReduce> ReduceProbe<C>
impl<C: IsReduce> ReduceProbe<C>
pub fn get_relation(&self) -> Relation<Save<C>> where
C::T: Clone,
pub fn inspect<'a>(
&'a self,
context: &'a ExecutionContext<'_>
) -> ProbeRef<'a, C>
Trait Implementations
Auto Trait Implementations
impl<C> !RefUnwindSafe for ReduceProbe<C>
impl<C> !Send for ReduceProbe<C>
impl<C> !Sync for ReduceProbe<C>
impl<C> Unpin for ReduceProbe<C>
impl<C> !UnwindSafe for ReduceProbe<C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more