[][src]Trait metrix::Descriptive

pub trait Descriptive {
    fn title(&self) -> Option<&str> { ... }
fn description(&self) -> Option<&str> { ... } }

Something that has a title and a description

This is mostly useful for snapshots. When a Snapshot is taken there is usually a parameter descriptive that determines whether title and description should be part of a Snapshot. See also PutsSnapshot.

Provided methods

fn title(&self) -> Option<&str>

fn description(&self) -> Option<&str>

Loading content...

Implementors

impl Descriptive for TelemetryDriver[src]

impl Descriptive for DataDisplay[src]

impl Descriptive for LastOccurrenceTracker[src]

impl Descriptive for ValueMeter[src]

impl Descriptive for ConstantValue[src]

impl Descriptive for Counter[src]

impl Descriptive for Gauge[src]

impl Descriptive for Histogram[src]

impl Descriptive for Meter[src]

impl Descriptive for Flag[src]

impl Descriptive for NonOccurrenceIndicator[src]

impl Descriptive for OccurrenceIndicator[src]

impl Descriptive for StaircaseTimer[src]

impl Descriptive for ProcessorMount[src]

impl<L> Descriptive for Cockpit<L>[src]

impl<L> Descriptive for Panel<L>[src]

impl<L> Descriptive for TelemetryProcessor<L>[src]

impl<P> Descriptive for PollingInstrument<P>[src]

Loading content...