pub struct InMemoryExplainer { /* private fields */ }Implementations§
Source§impl InMemoryExplainer
impl InMemoryExplainer
pub fn from_derived_set(derived: &DerivedSet) -> Self
Trait Implementations§
Source§impl Clone for InMemoryExplainer
impl Clone for InMemoryExplainer
Source§fn clone(&self) -> InMemoryExplainer
fn clone(&self) -> InMemoryExplainer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InMemoryExplainer
impl Debug for InMemoryExplainer
Source§impl Default for InMemoryExplainer
impl Default for InMemoryExplainer
Source§fn default() -> InMemoryExplainer
fn default() -> InMemoryExplainer
Returns the “default value” for a type. Read more
Source§impl Explainer for InMemoryExplainer
impl Explainer for InMemoryExplainer
fn explain_tuple(&self, id: &TupleId) -> Result<DerivationTrace, ExplainError>
fn explain_plan( &self, plan: &PhaseGraph, ) -> Result<PlanExplanation, ExplainError>
Auto Trait Implementations§
impl Freeze for InMemoryExplainer
impl RefUnwindSafe for InMemoryExplainer
impl Send for InMemoryExplainer
impl Sync for InMemoryExplainer
impl Unpin for InMemoryExplainer
impl UnwindSafe for InMemoryExplainer
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