pub struct QueryTimingBreakdown {
pub graph_load: Duration,
pub detail_load: Duration,
pub bundle_assembly: Duration,
pub role_count: usize,
pub batch_size: usize,
}Fields§
§graph_load: Duration§detail_load: Duration§bundle_assembly: Duration§role_count: usize§batch_size: usizeImplementations§
Trait Implementations§
Source§impl Clone for QueryTimingBreakdown
impl Clone for QueryTimingBreakdown
Source§fn clone(&self) -> QueryTimingBreakdown
fn clone(&self) -> QueryTimingBreakdown
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 moreSource§impl Debug for QueryTimingBreakdown
impl Debug for QueryTimingBreakdown
impl Eq for QueryTimingBreakdown
Source§impl PartialEq for QueryTimingBreakdown
impl PartialEq for QueryTimingBreakdown
impl StructuralPartialEq for QueryTimingBreakdown
Auto Trait Implementations§
impl Freeze for QueryTimingBreakdown
impl RefUnwindSafe for QueryTimingBreakdown
impl Send for QueryTimingBreakdown
impl Sync for QueryTimingBreakdown
impl Unpin for QueryTimingBreakdown
impl UnsafeUnpin for QueryTimingBreakdown
impl UnwindSafe for QueryTimingBreakdown
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