pub struct QueryExecutionDiagnostics {
pub fingerprint: PlanFingerprint,
pub events: Vec<QueryTraceEvent>,
}Expand description
QueryExecutionDiagnostics
Read-only execution diagnostics emitted for a single query execution.
Fields§
§fingerprint: PlanFingerprint§events: Vec<QueryTraceEvent>Trait Implementations§
Source§impl Clone for QueryExecutionDiagnostics
impl Clone for QueryExecutionDiagnostics
Source§fn clone(&self) -> QueryExecutionDiagnostics
fn clone(&self) -> QueryExecutionDiagnostics
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 QueryExecutionDiagnostics
impl Debug for QueryExecutionDiagnostics
impl Eq for QueryExecutionDiagnostics
impl StructuralPartialEq for QueryExecutionDiagnostics
Auto Trait Implementations§
impl Freeze for QueryExecutionDiagnostics
impl RefUnwindSafe for QueryExecutionDiagnostics
impl Send for QueryExecutionDiagnostics
impl Sync for QueryExecutionDiagnostics
impl Unpin for QueryExecutionDiagnostics
impl UnwindSafe for QueryExecutionDiagnostics
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