Struct self_meter_http::ProcessReport [] [src]

pub struct ProcessReport<'a>(_);

A serializable process report structure

The structure serializes to a structure of whole-process metrics. Use Meter::process_report() to get instance.

Currently the structure is fully opaque except serialization

Trait Implementations

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

Formats the value using the given formatter.

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

Serialize this value into the given Serde serializer. Read more