Struct apdex::ApdexRating[][src]

pub struct ApdexRating<'i>(_);

Implements Display for the rating output.

Trait Implementations

impl<'i> Display for ApdexRating<'i>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'i> Send for ApdexRating<'i>

impl<'i> Sync for ApdexRating<'i>