Struct self_meter_http::Report [] [src]

pub struct Report<'a>(_);

A serializable report structure

Use Meter::report() to get instance.

Currently the structure is fully opaque except serialization

Trait Implementations

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

Formats the value using the given formatter.

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

Serialize this value into the given Serde serializer. Read more