pub struct ThreadReport<'a>(/* private fields */);
Expand description
A serializable thread report structure
The structure serializes to a map of thread reports.
Use Meter::thread_report()
to get instance.
Currently the structure is fully opaque except serialization
Trait Implementations§
Source§impl<'a> Debug for ThreadReport<'a>
impl<'a> Debug for ThreadReport<'a>
Auto Trait Implementations§
impl<'a> Freeze for ThreadReport<'a>
impl<'a> RefUnwindSafe for ThreadReport<'a>
impl<'a> Send for ThreadReport<'a>
impl<'a> Sync for ThreadReport<'a>
impl<'a> Unpin for ThreadReport<'a>
impl<'a> UnwindSafe for ThreadReport<'a>
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