pub struct RetainedAutomaticPlan<I> { /* private fields */ }Expand description
A portable report paired with the one artifact inspection used by every probe.
Implementations§
Source§impl<I> RetainedAutomaticPlan<I>
impl<I> RetainedAutomaticPlan<I>
Sourcepub const fn report(&self) -> &ExecutionPlanReport
pub const fn report(&self) -> &ExecutionPlanReport
Returns the exact report paired with the retained artifact inspection.
Sourcepub fn into_parts(self) -> (ExecutionPlanReport, I)
pub fn into_parts(self) -> (ExecutionPlanReport, I)
Consumes the result into its portable report and authoritative inspection.
Auto Trait Implementations§
impl<I> Freeze for RetainedAutomaticPlan<I>where
I: Freeze,
impl<I> RefUnwindSafe for RetainedAutomaticPlan<I>where
I: RefUnwindSafe,
impl<I> Send for RetainedAutomaticPlan<I>where
I: Send,
impl<I> Sync for RetainedAutomaticPlan<I>where
I: Sync,
impl<I> Unpin for RetainedAutomaticPlan<I>where
I: Unpin,
impl<I> UnsafeUnpin for RetainedAutomaticPlan<I>where
I: UnsafeUnpin,
impl<I> UnwindSafe for RetainedAutomaticPlan<I>where
I: UnwindSafe,
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