pub struct CallTreeStatistics {
pub total_nodes: u64,
pub total_threads: u64,
pub active_threads: u64,
pub session_duration_us: u64,
}Expand description
Call tree statistics
Fields§
§total_nodes: u64§total_threads: u64§active_threads: u64§session_duration_us: u64Trait Implementations§
Source§impl Clone for CallTreeStatistics
impl Clone for CallTreeStatistics
Source§fn clone(&self) -> CallTreeStatistics
fn clone(&self) -> CallTreeStatistics
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 moreAuto Trait Implementations§
impl Freeze for CallTreeStatistics
impl RefUnwindSafe for CallTreeStatistics
impl Send for CallTreeStatistics
impl Sync for CallTreeStatistics
impl Unpin for CallTreeStatistics
impl UnsafeUnpin for CallTreeStatistics
impl UnwindSafe for CallTreeStatistics
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