pub struct ValidatedExecutorPlan<'plan> { /* private fields */ }Expand description
Exact-operation executor input, independent of semantic completeness.
Implementations§
Source§impl<'plan> ValidatedExecutorPlan<'plan>
impl<'plan> ValidatedExecutorPlan<'plan>
pub const fn plan(&self) -> &'plan RefactorPlan
pub const fn fingerprint(&self) -> PlanFingerprint
pub const fn stats(&self) -> PlanStats
Trait Implementations§
Source§impl<'plan> Clone for ValidatedExecutorPlan<'plan>
impl<'plan> Clone for ValidatedExecutorPlan<'plan>
Source§fn clone(&self) -> ValidatedExecutorPlan<'plan>
fn clone(&self) -> ValidatedExecutorPlan<'plan>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'plan> Freeze for ValidatedExecutorPlan<'plan>
impl<'plan> RefUnwindSafe for ValidatedExecutorPlan<'plan>
impl<'plan> Send for ValidatedExecutorPlan<'plan>
impl<'plan> Sync for ValidatedExecutorPlan<'plan>
impl<'plan> Unpin for ValidatedExecutorPlan<'plan>
impl<'plan> UnsafeUnpin for ValidatedExecutorPlan<'plan>
impl<'plan> UnwindSafe for ValidatedExecutorPlan<'plan>
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