Struct self_meter_http::ThreadReport [] [src]

pub struct ThreadReport<'a>(_);

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

impl<'a> Debug for ThreadReport<'a>
[src]

Formats the value using the given formatter.

impl<'a> Serialize for ThreadReport<'a>
[src]

Serialize this value into the given Serde serializer. Read more