pub struct ExecReport {
pub datoms_scanned: usize,
}Expand description
Execution telemetry.
Fields§
§datoms_scanned: usizeDatoms touched by index scans.
Trait Implementations§
Source§impl Clone for ExecReport
impl Clone for ExecReport
Source§fn clone(&self) -> ExecReport
fn clone(&self) -> ExecReport
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 moreimpl Copy for ExecReport
Source§impl Debug for ExecReport
impl Debug for ExecReport
Source§impl Default for ExecReport
impl Default for ExecReport
Source§fn default() -> ExecReport
fn default() -> ExecReport
Returns the “default value” for a type. Read more
impl Eq for ExecReport
Source§impl PartialEq for ExecReport
impl PartialEq for ExecReport
impl StructuralPartialEq for ExecReport
Auto Trait Implementations§
impl Freeze for ExecReport
impl RefUnwindSafe for ExecReport
impl Send for ExecReport
impl Sync for ExecReport
impl Unpin for ExecReport
impl UnsafeUnpin for ExecReport
impl UnwindSafe for ExecReport
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