pub struct RuntimeSummary { /* private fields */ }Expand description
Immutable aggregate for a completed selected runtime plan.
Implementations§
Source§impl RuntimeSummary
impl RuntimeSummary
pub fn phases(&self) -> &[PhaseSummary]
pub fn total_tasks(&self) -> u64
pub fn is_success(&self) -> bool
Trait Implementations§
Source§impl Clone for RuntimeSummary
impl Clone for RuntimeSummary
Source§fn clone(&self) -> RuntimeSummary
fn clone(&self) -> RuntimeSummary
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 RuntimeSummary
impl Debug for RuntimeSummary
impl Eq for RuntimeSummary
Source§impl PartialEq for RuntimeSummary
impl PartialEq for RuntimeSummary
impl StructuralPartialEq for RuntimeSummary
Auto Trait Implementations§
impl Freeze for RuntimeSummary
impl RefUnwindSafe for RuntimeSummary
impl Send for RuntimeSummary
impl Sync for RuntimeSummary
impl Unpin for RuntimeSummary
impl UnsafeUnpin for RuntimeSummary
impl UnwindSafe for RuntimeSummary
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